RTCRtpCodecParameters

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

channels
void channels(ushort channels)
Undocumented in source. Be warned that the author may not have intended to support it.
channels
ushort channels()
Undocumented in source. Be warned that the author may not have intended to support it.
clockRate
void clockRate(uint clockRate)
Undocumented in source. Be warned that the author may not have intended to support it.
clockRate
uint clockRate()
Undocumented in source. Be warned that the author may not have intended to support it.
mimeType
void mimeType(string mimeType)
Undocumented in source. Be warned that the author may not have intended to support it.
mimeType
string mimeType()
Undocumented in source. Be warned that the author may not have intended to support it.
payloadType
void payloadType(ushort payloadType)
Undocumented in source. Be warned that the author may not have intended to support it.
payloadType
ushort payloadType()
Undocumented in source. Be warned that the author may not have intended to support it.
sdpFmtpLine
void sdpFmtpLine(string sdpFmtpLine)
Undocumented in source. Be warned that the author may not have intended to support it.
sdpFmtpLine
string sdpFmtpLine()
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