MediaTrackCapabilities

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

aspectRatio
void aspectRatio(DoubleRange aspectRatio)
Undocumented in source. Be warned that the author may not have intended to support it.
aspectRatio
auto aspectRatio()
Undocumented in source. Be warned that the author may not have intended to support it.
autoGainControl
void autoGainControl(Sequence!(bool) autoGainControl)
Undocumented in source. Be warned that the author may not have intended to support it.
autoGainControl
auto autoGainControl()
Undocumented in source. Be warned that the author may not have intended to support it.
channelCount
void channelCount(ULongRange channelCount)
Undocumented in source. Be warned that the author may not have intended to support it.
channelCount
auto channelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
deviceId
void deviceId(string deviceId)
Undocumented in source. Be warned that the author may not have intended to support it.
deviceId
auto deviceId()
Undocumented in source. Be warned that the author may not have intended to support it.
echoCancellation
void echoCancellation(Sequence!(bool) echoCancellation)
Undocumented in source. Be warned that the author may not have intended to support it.
echoCancellation
auto echoCancellation()
Undocumented in source. Be warned that the author may not have intended to support it.
facingMode
void facingMode(Sequence!(string) facingMode)
Undocumented in source. Be warned that the author may not have intended to support it.
facingMode
auto facingMode()
Undocumented in source. Be warned that the author may not have intended to support it.
frameRate
void frameRate(DoubleRange frameRate)
Undocumented in source. Be warned that the author may not have intended to support it.
frameRate
auto frameRate()
Undocumented in source. Be warned that the author may not have intended to support it.
groupId
void groupId(string groupId)
Undocumented in source. Be warned that the author may not have intended to support it.
groupId
auto groupId()
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(ULongRange height)
Undocumented in source. Be warned that the author may not have intended to support it.
height
auto height()
Undocumented in source. Be warned that the author may not have intended to support it.
latency
void latency(DoubleRange latency)
Undocumented in source. Be warned that the author may not have intended to support it.
latency
auto latency()
Undocumented in source. Be warned that the author may not have intended to support it.
noiseSuppression
void noiseSuppression(Sequence!(bool) noiseSuppression)
Undocumented in source. Be warned that the author may not have intended to support it.
noiseSuppression
auto noiseSuppression()
Undocumented in source. Be warned that the author may not have intended to support it.
resizeMode
void resizeMode(Sequence!(string) resizeMode)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeMode
auto resizeMode()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRate
void sampleRate(ULongRange sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRate
auto sampleRate()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleSize
void sampleSize(ULongRange sampleSize)
Undocumented in source. Be warned that the author may not have intended to support it.
sampleSize
auto sampleSize()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
void volume(DoubleRange volume)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
auto volume()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(ULongRange width)
Undocumented in source. Be warned that the author may not have intended to support it.
width
auto width()
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