This documentation is archived and is not being maintained.
status property
Returns an enum with the driver status when playing protected content.
This property is read-only.
Syntax
| JavaScript |
status = object.status
|
Property values
Type: DOMString
Returns the driver status based on Media Foundation enumeration flags when playing protected content.
| Value | Condition |
- TrustEstablished
|
Currently playing protected video.
|
- EnvironmentNotSupported
|
Protected video playback failed because running in a virtual machine.
|
- DriverNotSupported
|
No graphics driver and the system is using Broadcast Driver Architecture (BDA).
|
- DriverSigningFailure
|
The driver signing failed for trusted output.
|
- UnknownFailure
|
An unspecified error occurred.
|
- TrustNotRequired
|
Default status. Used to return the correct status when the content is unprotected
|
See also
-
MSGraphicsTrust