45 lines
1.6 KiB
Dart
45 lines
1.6 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: talk_data_h264_frame.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 talkDataH264FrameDescriptor instead')
|
|
const TalkDataH264Frame$json = {
|
|
'1': 'TalkDataH264Frame',
|
|
'2': [
|
|
{'1': 'FrameSeq', '3': 1, '4': 1, '5': 13, '10': 'FrameSeq'},
|
|
{'1': 'FrameType', '3': 2, '4': 1, '5': 14, '6': '.main.TalkDataH264Frame.FrameTypeE', '10': 'FrameType'},
|
|
{'1': 'FrameData', '3': 3, '4': 1, '5': 12, '10': 'FrameData'},
|
|
{'1': 'FrameSeqI', '3': 4, '4': 1, '5': 13, '10': 'FrameSeqI'},
|
|
],
|
|
'4': [TalkDataH264Frame_FrameTypeE$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use talkDataH264FrameDescriptor instead')
|
|
const TalkDataH264Frame_FrameTypeE$json = {
|
|
'1': 'FrameTypeE',
|
|
'2': [
|
|
{'1': 'NONE', '2': 0},
|
|
{'1': 'I', '2': 1},
|
|
{'1': 'P', '2': 2},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TalkDataH264Frame`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List talkDataH264FrameDescriptor = $convert.base64Decode(
|
|
'ChFUYWxrRGF0YUgyNjRGcmFtZRIaCghGcmFtZVNlcRgBIAEoDVIIRnJhbWVTZXESQAoJRnJhbW'
|
|
'VUeXBlGAIgASgOMiIubWFpbi5UYWxrRGF0YUgyNjRGcmFtZS5GcmFtZVR5cGVFUglGcmFtZVR5'
|
|
'cGUSHAoJRnJhbWVEYXRhGAMgASgMUglGcmFtZURhdGESHAoJRnJhbWVTZXFJGAQgASgNUglGcm'
|
|
'FtZVNlcUkiJAoKRnJhbWVUeXBlRRIICgROT05FEAASBQoBSRABEgUKAVAQAg==');
|
|
|