app-starlock/lib/talk/starChart/proto/talk_expect.pbjson.dart

79 lines
2.9 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 videoTypeEDescriptor instead')
const VideoTypeE$json = {
'1': 'VideoTypeE',
'2': [
{'1': 'NONE_V', '2': 0},
{'1': 'H264', '2': 1},
{'1': 'IMAGE', '2': 2},
{'1': 'VP8', '2': 3},
],
};
/// Descriptor for `VideoTypeE`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List videoTypeEDescriptor = $convert.base64Decode(
'CgpWaWRlb1R5cGVFEgoKBk5PTkVfVhAAEggKBEgyNjQQARIJCgVJTUFHRRACEgcKA1ZQOBAD');
@$core.Deprecated('Use audioTypeEDescriptor instead')
const AudioTypeE$json = {
'1': 'AudioTypeE',
'2': [
{'1': 'NONE_A', '2': 0},
{'1': 'AAC', '2': 1},
{'1': 'G711', '2': 2},
{'1': 'OPUS', '2': 3},
],
};
/// Descriptor for `AudioTypeE`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List audioTypeEDescriptor = $convert.base64Decode(
'CgpBdWRpb1R5cGVFEgoKBk5PTkVfQRAAEgcKA0FBQxABEggKBEc3MTEQAhIICgRPUFVTEAM=');
@$core.Deprecated('Use talkExpectReqDescriptor instead')
const TalkExpectReq$json = {
'1': 'TalkExpectReq',
'2': [
{'1': 'VideoType', '3': 1, '4': 3, '5': 14, '6': '.main.VideoTypeE', '10': 'VideoType'},
{'1': 'AudioType', '3': 2, '4': 3, '5': 14, '6': '.main.AudioTypeE', '10': 'AudioType'},
],
};
/// Descriptor for `TalkExpectReq`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List talkExpectReqDescriptor = $convert.base64Decode(
'Cg1UYWxrRXhwZWN0UmVxEi4KCVZpZGVvVHlwZRgBIAMoDjIQLm1haW4uVmlkZW9UeXBlRVIJVm'
'lkZW9UeXBlEi4KCUF1ZGlvVHlwZRgCIAMoDjIQLm1haW4uQXVkaW9UeXBlRVIJQXVkaW9UeXBl');
@$core.Deprecated('Use talkExpectRespDescriptor instead')
const TalkExpectResp$json = {
'1': 'TalkExpectResp',
'2': [
{'1': 'Width', '3': 1, '4': 1, '5': 13, '10': 'Width'},
{'1': 'Height', '3': 2, '4': 1, '5': 13, '10': 'Height'},
{'1': 'Rotate', '3': 3, '4': 1, '5': 13, '10': 'Rotate'},
{'1': 'VideoType', '3': 4, '4': 1, '5': 14, '6': '.main.VideoTypeE', '10': 'VideoType'},
{'1': 'AudioType', '3': 5, '4': 1, '5': 14, '6': '.main.AudioTypeE', '10': 'AudioType'},
],
};
/// Descriptor for `TalkExpectResp`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List talkExpectRespDescriptor = $convert.base64Decode(
'Cg5UYWxrRXhwZWN0UmVzcBIUCgVXaWR0aBgBIAEoDVIFV2lkdGgSFgoGSGVpZ2h0GAIgASgNUg'
'ZIZWlnaHQSFgoGUm90YXRlGAMgASgNUgZSb3RhdGUSLgoJVmlkZW9UeXBlGAQgASgOMhAubWFp'
'bi5WaWRlb1R5cGVFUglWaWRlb1R5cGUSLgoJQXVkaW9UeXBlGAUgASgOMhAubWFpbi5BdWRpb1'
'R5cGVFUglBdWRpb1R5cGU=');