53 lines
1.7 KiB
Dart
53 lines
1.7 KiB
Dart
|
|
//
|
||
|
|
// Generated code. Do not modify.
|
||
|
|
// source: talk_expect.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 talkExpectDescriptor instead')
|
||
|
|
const TalkExpect$json = {
|
||
|
|
'1': 'TalkExpect',
|
||
|
|
'2': [
|
||
|
|
{'1': 'VideoType', '3': 1, '4': 3, '5': 14, '6': '.main.TalkExpect.VideoTypeE', '10': 'VideoType'},
|
||
|
|
{'1': 'AudioType', '3': 2, '4': 3, '5': 14, '6': '.main.TalkExpect.AudioTypeE', '10': 'AudioType'},
|
||
|
|
],
|
||
|
|
'4': [TalkExpect_VideoTypeE$json, TalkExpect_AudioTypeE$json],
|
||
|
|
};
|
||
|
|
|
||
|
|
@$core.Deprecated('Use talkExpectDescriptor instead')
|
||
|
|
const TalkExpect_VideoTypeE$json = {
|
||
|
|
'1': 'VideoTypeE',
|
||
|
|
'2': [
|
||
|
|
{'1': 'NONE_V', '2': 0},
|
||
|
|
{'1': 'H264', '2': 1},
|
||
|
|
{'1': 'IMAGE', '2': 2},
|
||
|
|
],
|
||
|
|
};
|
||
|
|
|
||
|
|
@$core.Deprecated('Use talkExpectDescriptor instead')
|
||
|
|
const TalkExpect_AudioTypeE$json = {
|
||
|
|
'1': 'AudioTypeE',
|
||
|
|
'2': [
|
||
|
|
{'1': 'NONE_A', '2': 0},
|
||
|
|
{'1': 'AAC', '2': 1},
|
||
|
|
{'1': 'G711', '2': 2},
|
||
|
|
],
|
||
|
|
};
|
||
|
|
|
||
|
|
/// Descriptor for `TalkExpect`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
|
final $typed_data.Uint8List talkExpectDescriptor = $convert.base64Decode(
|
||
|
|
'CgpUYWxrRXhwZWN0EjkKCVZpZGVvVHlwZRgBIAMoDjIbLm1haW4uVGFsa0V4cGVjdC5WaWRlb1'
|
||
|
|
'R5cGVFUglWaWRlb1R5cGUSOQoJQXVkaW9UeXBlGAIgAygOMhsubWFpbi5UYWxrRXhwZWN0LkF1'
|
||
|
|
'ZGlvVHlwZUVSCUF1ZGlvVHlwZSItCgpWaWRlb1R5cGVFEgoKBk5PTkVfVhAAEggKBEgyNjQQAR'
|
||
|
|
'IJCgVJTUFHRRACIisKCkF1ZGlvVHlwZUUSCgoGTk9ORV9BEAASBwoDQUFDEAESCAoERzcxMRAC');
|
||
|
|
|