InboundRtp$json top-level constant

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

Implementation

@$core.Deprecated('Use inboundRtpDescriptor instead')
const InboundRtp$json = {
  '1': 'InboundRtp',
  '2': [
    {
      '1': 'base',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.stream.video.sfu.models.RtpBase',
      '10': 'base'
    },
    {'1': 'jitter_seconds', '3': 2, '4': 1, '5': 1, '10': 'jitterSeconds'},
    {'1': 'packets_received', '3': 3, '4': 1, '5': 4, '10': 'packetsReceived'},
    {'1': 'packets_lost', '3': 4, '4': 1, '5': 4, '10': 'packetsLost'},
    {
      '1': 'packet_loss_percent',
      '3': 5,
      '4': 1,
      '5': 1,
      '10': 'packetLossPercent'
    },
    {
      '1': 'concealment_events',
      '3': 10,
      '4': 1,
      '5': 13,
      '10': 'concealmentEvents'
    },
    {
      '1': 'concealment_percent',
      '3': 11,
      '4': 1,
      '5': 1,
      '10': 'concealmentPercent'
    },
    {'1': 'fps', '3': 20, '4': 1, '5': 1, '10': 'fps'},
    {
      '1': 'freeze_duration_seconds',
      '3': 21,
      '4': 1,
      '5': 1,
      '10': 'freezeDurationSeconds'
    },
    {
      '1': 'avg_decode_time_seconds',
      '3': 22,
      '4': 1,
      '5': 1,
      '10': 'avgDecodeTimeSeconds'
    },
    {'1': 'min_dimension_px', '3': 23, '4': 1, '5': 13, '10': 'minDimensionPx'},
  ],
};