PerformanceStats$json top-level constant

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

Implementation

@$core.Deprecated('Use performanceStatsDescriptor instead')
const PerformanceStats$json = {
  '1': 'PerformanceStats',
  '2': [
    {
      '1': 'track_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.stream.video.sfu.models.TrackType',
      '10': 'trackType'
    },
    {
      '1': 'codec',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.stream.video.sfu.models.Codec',
      '10': 'codec'
    },
    {'1': 'avg_frame_time_ms', '3': 3, '4': 1, '5': 2, '10': 'avgFrameTimeMs'},
    {'1': 'avg_fps', '3': 4, '4': 1, '5': 2, '10': 'avgFps'},
    {
      '1': 'video_dimension',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.stream.video.sfu.models.VideoDimension',
      '10': 'videoDimension'
    },
    {'1': 'target_bitrate', '3': 6, '4': 1, '5': 5, '10': 'targetBitrate'},
  ],
};