View Source Specter.RtpCodecCapability (specter v0.4.1)

A representation of webrtc.rs RTCRtpCodecCapability.

Link to this section Summary

Types

t()

For the meaning of specific fields refer to https://w3c.github.io/webrtc-pc/#rtcrtpcodeccapability

Link to this section Types

@type t() :: %Specter.RtpCodecCapability{
  channels: non_neg_integer(),
  clock_rate: non_neg_integer(),
  mime_type: String.t(),
  sdp_fmtp_line: String.t()
}

For the meaning of specific fields refer to https://w3c.github.io/webrtc-pc/#rtcrtpcodeccapability

Additionaly, webrtc.rs allows to specify extra RTCP packet types. However, this is not implemented yet (and also not included in w3c standard).