44 lines
1.5 KiB
Dart
44 lines
1.5 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: talk_data.proto
|
|
//
|
|
// @dart = 2.12
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use talkDataDescriptor instead')
|
|
const TalkData$json = {
|
|
'1': 'TalkData',
|
|
'2': [
|
|
{'1': 'ContentType', '3': 1, '4': 1, '5': 14, '6': '.main.TalkData.ContentTypeE', '10': 'ContentType'},
|
|
{'1': 'Content', '3': 2, '4': 1, '5': 12, '10': 'Content'},
|
|
{'1': 'DurationMs', '3': 3, '4': 1, '5': 13, '10': 'DurationMs'},
|
|
],
|
|
'4': [TalkData_ContentTypeE$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use talkDataDescriptor instead')
|
|
const TalkData_ContentTypeE$json = {
|
|
'1': 'ContentTypeE',
|
|
'2': [
|
|
{'1': 'Image', '2': 0},
|
|
{'1': 'H264', '2': 1},
|
|
{'1': 'G711', '2': 2},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TalkData`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List talkDataDescriptor = $convert.base64Decode(
|
|
'CghUYWxrRGF0YRI9CgtDb250ZW50VHlwZRgBIAEoDjIbLm1haW4uVGFsa0RhdGEuQ29udGVudF'
|
|
'R5cGVFUgtDb250ZW50VHlwZRIYCgdDb250ZW50GAIgASgMUgdDb250ZW50Eh4KCkR1cmF0aW9u'
|
|
'TXMYAyABKA1SCkR1cmF0aW9uTXMiLQoMQ29udGVudFR5cGVFEgkKBUltYWdlEAASCAoESDI2NB'
|
|
'ABEggKBEc3MTEQAg==');
|
|
|