Paket | org.osmf.traits |
Klass | public final class DRMState |
Arv | DRMState Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [statisk]
The media is authenticating (the DRM system is in the process
of validating the credentials, or for anonymous content, of
validating that the content is still valid to play). | DRMState | ||
AUTHENTICATION_COMPLETE : String = "authenticationComplete" [statisk]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [statisk]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [statisk]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [statisk]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [statisk]
The media has not yet been initialized for DRM. | DRMState |
Konstantdetaljer
AUTHENTICATING | Konstant |
public static const AUTHENTICATING:String = "authenticating"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The media is authenticating (the DRM system is in the process of validating the credentials, or for anonymous content, of validating that the content is still valid to play).
AUTHENTICATION_COMPLETE | Konstant |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | Konstant |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | Konstant |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The media needs credential-based authentication. Call authenticate() on the DRMTrait to provide authentication.
DRM_SYSTEM_UPDATING | Konstant |
public static const DRM_SYSTEM_UPDATING:String = "drmSystemUpdating"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | Konstant |
public static const UNINITIALIZED:String = "uninitialized"
Språkversion: | ActionScript 3.0 |
Produktversion: | OSMF 1.0 |
Körningsmiljöversioner: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Tue Jun 12 2018, 01:40 PM Z