RTCRtpParameters

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

codecs
auto codecs()
Undocumented in source. Be warned that the author may not have intended to support it.
codecs
void codecs(Sequence!(RTCRtpCodecParameters) codecs)
Undocumented in source. Be warned that the author may not have intended to support it.
encodings
void encodings(Sequence!(RTCRtpEncodingParameters) encodings)
Undocumented in source. Be warned that the author may not have intended to support it.
encodings
auto encodings()
Undocumented in source. Be warned that the author may not have intended to support it.
headerExtensions
void headerExtensions(Sequence!(RTCRtpHeaderExtensionParameters) headerExtensions)
Undocumented in source. Be warned that the author may not have intended to support it.
headerExtensions
auto headerExtensions()
Undocumented in source. Be warned that the author may not have intended to support it.
rtcp
void rtcp(RTCRtcpParameters rtcp)
Undocumented in source. Be warned that the author may not have intended to support it.
rtcp
auto rtcp()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta