RTCRtpCodecParameters constructor
RTCRtpCodecParameters({})
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,
);