use cratePayloadType;
use crateRTCRtpCodec;
/// RTP codec parameters including negotiated payload type.
///
/// Represents a codec that an RtpSender can use, along with its negotiated
/// payload type and additional metadata.
///
/// ## Specifications
///
/// * [W3C](https://w3c.github.io/webrtc-pc/#rtcrtpcodecparameters)