proto update
This commit is contained in:
@@ -97,11 +97,17 @@ class VideoQuality extends $pb.ProtobufEnum {
|
||||
const $core.bool.fromEnvironment('protobuf.omit_enum_names')
|
||||
? ''
|
||||
: 'HIGH');
|
||||
static const VideoQuality OFF = VideoQuality._(
|
||||
3,
|
||||
const $core.bool.fromEnvironment('protobuf.omit_enum_names')
|
||||
? ''
|
||||
: 'OFF');
|
||||
|
||||
static const $core.List<VideoQuality> values = <VideoQuality>[
|
||||
LOW,
|
||||
MEDIUM,
|
||||
HIGH,
|
||||
OFF,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, VideoQuality> _byValue =
|
||||
|
||||
@@ -44,12 +44,13 @@ const VideoQuality$json = const {
|
||||
const {'1': 'LOW', '2': 0},
|
||||
const {'1': 'MEDIUM', '2': 1},
|
||||
const {'1': 'HIGH', '2': 2},
|
||||
const {'1': 'OFF', '2': 3},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `VideoQuality`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List videoQualityDescriptor = $convert.base64Decode(
|
||||
'CgxWaWRlb1F1YWxpdHkSBwoDTE9XEAASCgoGTUVESVVNEAESCAoESElHSBAC');
|
||||
'CgxWaWRlb1F1YWxpdHkSBwoDTE9XEAASCgoGTUVESVVNEAESCAoESElHSBACEgcKA09GRhAD');
|
||||
@$core.Deprecated('Use connectionQualityDescriptor instead')
|
||||
const ConnectionQuality$json = const {
|
||||
'1': 'ConnectionQuality',
|
||||
|
||||
Reference in New Issue
Block a user