MediaKeySystemConfiguration

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

audioCapabilities
void audioCapabilities(Sequence!(MediaKeySystemMediaCapability) audioCapabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
audioCapabilities
auto audioCapabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
distinctiveIdentifier
void distinctiveIdentifier(MediaKeysRequirement distinctiveIdentifier)
Undocumented in source. Be warned that the author may not have intended to support it.
distinctiveIdentifier
MediaKeysRequirement distinctiveIdentifier()
Undocumented in source. Be warned that the author may not have intended to support it.
initDataTypes
void initDataTypes(Sequence!(string) initDataTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
initDataTypes
auto initDataTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
label
void label(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
label
string label()
Undocumented in source. Be warned that the author may not have intended to support it.
persistentState
void persistentState(MediaKeysRequirement persistentState)
Undocumented in source. Be warned that the author may not have intended to support it.
persistentState
MediaKeysRequirement persistentState()
Undocumented in source. Be warned that the author may not have intended to support it.
sessionTypes
void sessionTypes(Sequence!(string) sessionTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
sessionTypes
auto sessionTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
videoCapabilities
void videoCapabilities(Sequence!(MediaKeySystemMediaCapability) videoCapabilities)
Undocumented in source. Be warned that the author may not have intended to support it.
videoCapabilities
auto videoCapabilities()
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