RTCRtpCodec constructor

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

Implementation

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