RTCRtpEncodingParameters

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

active
void active(bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
active
bool active()
Undocumented in source. Be warned that the author may not have intended to support it.
degradationPreference
void degradationPreference(RTCDegradationPreference degradationPreference)
Undocumented in source. Be warned that the author may not have intended to support it.
degradationPreference
RTCDegradationPreference degradationPreference()
Undocumented in source. Be warned that the author may not have intended to support it.
fec
void fec(RTCFecParameters fec)
Undocumented in source. Be warned that the author may not have intended to support it.
fec
auto fec()
Undocumented in source. Be warned that the author may not have intended to support it.
maxBitrate
void maxBitrate(uint maxBitrate)
Undocumented in source. Be warned that the author may not have intended to support it.
maxBitrate
uint maxBitrate()
Undocumented in source. Be warned that the author may not have intended to support it.
priority
void priority(RTCPriorityType priority)
Undocumented in source. Be warned that the author may not have intended to support it.
priority
RTCPriorityType priority()
Undocumented in source. Be warned that the author may not have intended to support it.
rid
void rid(string rid)
Undocumented in source. Be warned that the author may not have intended to support it.
rid
string rid()
Undocumented in source. Be warned that the author may not have intended to support it.
rtx
void rtx(RTCRtxParameters rtx)
Undocumented in source. Be warned that the author may not have intended to support it.
rtx
auto rtx()
Undocumented in source. Be warned that the author may not have intended to support it.
scaleResolutionDownBy
void scaleResolutionDownBy(float scaleResolutionDownBy)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleResolutionDownBy
float scaleResolutionDownBy()
Undocumented in source. Be warned that the author may not have intended to support it.
ssrc
void ssrc(uint ssrc)
Undocumented in source. Be warned that the author may not have intended to support it.
ssrc
uint ssrc()
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