TrackInfo$json top-level constant

  1. @Deprecated('Use trackInfoDescriptor instead')
Map<String, Object> const TrackInfo$json

Implementation

@$core.Deprecated('Use trackInfoDescriptor instead')
const TrackInfo$json = {
  '1': 'TrackInfo',
  '2': [
    {'1': 'track_id', '3': 1, '4': 1, '5': 9, '10': 'trackId'},
    {
      '1': 'track_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.stream.video.sfu.models.TrackType',
      '10': 'trackType'
    },
    {
      '1': 'layers',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.VideoLayer',
      '10': 'layers'
    },
    {'1': 'mid', '3': 6, '4': 1, '5': 9, '10': 'mid'},
    {'1': 'dtx', '3': 7, '4': 1, '5': 8, '10': 'dtx'},
    {'1': 'stereo', '3': 8, '4': 1, '5': 8, '10': 'stereo'},
    {'1': 'red', '3': 9, '4': 1, '5': 8, '10': 'red'},
    {'1': 'muted', '3': 10, '4': 1, '5': 8, '10': 'muted'},
    {
      '1': 'codec',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.stream.video.sfu.models.Codec',
      '10': 'codec'
    },
    {
      '1': 'publish_option_id',
      '3': 12,
      '4': 1,
      '5': 5,
      '10': 'publishOptionId'
    },
  ],
};