Namespace: SpawnDev.SpawnJS.JSObjects
Source: JSObjects/MediaKeySystemAccessConfig.cs
The MediaKeySystemAccessConfig interface of the Encrypted Media Extensions API provides a set of configurations for a given media key system access.
| Property | Type | Access | Description |
|---|---|---|---|
MediaKeySystemAccessConfig |
class |
get | The MediaKeySystemAccessConfig interface of the Encrypted Media Extensions API provides a set of configurations for a given media key system access. |
DistinctiveIdentifier |
string? |
get/set | |
Label |
string? |
get | |
PersistentState |
string? |
get | |
SessionTypes |
List<string>? |
get | |
AudioCapabilities |
MediaKeyCapabilities[]? |
get | |
VideoCapabilities |
MediaKeyCapabilities[]? |
get |