Specter.RtpCodecCapability (specter v0.5.0)

View Source

A representation of webrtc.rs RTCRtpCodecCapability.

Summary

Types

t()

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

Types

t()

@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).