VideoLayerSetting$json top-level constant
Implementation
@$core.Deprecated('Use videoLayerSettingDescriptor instead')
const VideoLayerSetting$json = const {
'1': 'VideoLayerSetting',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
const {'1': 'active', '3': 2, '4': 1, '5': 8, '10': 'active'},
const {'1': 'max_bitrate', '3': 3, '4': 1, '5': 5, '10': 'maxBitrate'},
const {'1': 'scale_resolution_down_by', '3': 4, '4': 1, '5': 2, '10': 'scaleResolutionDownBy'},
const {'1': 'priority', '3': 5, '4': 1, '5': 14, '6': '.stream.video.sfu.event.VideoLayerSetting.Priority', '10': 'priority'},
const {'1': 'codec', '3': 6, '4': 1, '5': 11, '6': '.stream.video.sfu.models.Codec', '10': 'codec'},
const {'1': 'max_framerate', '3': 7, '4': 1, '5': 13, '10': 'maxFramerate'},
],
'4': const [VideoLayerSetting_Priority$json],
};