RTCRtpCodecParameters constructor

RTCRtpCodecParameters({
  1. num? payloadType,
  2. num? channels,
  3. num? clockRate,
  4. String? mimeType,
  5. String? sdpFmtpLine,
})

Implementation

factory RTCRtpCodecParameters({
  _i2.num? payloadType,
  _i2.num? channels,
  _i2.num? clockRate,
  _i2.String? mimeType,
  _i2.String? sdpFmtpLine,
}) =>
    RTCRtpCodecParameters._(
      payloadType: payloadType,
      channels: channels,
      clockRate: clockRate,
      mimeType: mimeType,
      sdpFmtpLine: sdpFmtpLine,
    );