ProtoRtpParameters$json top-level constant

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

Implementation

@$core.Deprecated('Use protoRtpParametersDescriptor instead')
const ProtoRtpParameters$json = {
  '1': 'ProtoRtpParameters',
  '2': [
    {'1': 'mid', '3': 1, '4': 1, '5': 9, '10': 'mid'},
    {
      '1': 'codecs',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.ProtoCodecParameters',
      '10': 'codecs'
    },
    {
      '1': 'headerExtensions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.ProtoHeaderExtensionParameters',
      '10': 'headerExtensions'
    },
    {
      '1': 'encodings',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.ProtoEncodings',
      '10': 'encodings'
    },
    {
      '1': 'rtcp',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.RtcpParameters',
      '10': 'rtcp'
    },
  ],
};