Pakket | org.osmf.traits |
Klasse | public final class DRMState |
Overerving | DRMState Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [statisch]
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" [statisch]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [statisch]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [statisch]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [statisch]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [statisch]
The media has not yet been initialized for DRM. | DRMState |
Constantedetails
AUTHENTICATING | Constante |
public static const AUTHENTICATING:String = "authenticating"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | 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 | Constante |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | Constante |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | Constante |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
The media needs credential-based authentication. Call authenticate() on the DRMTrait to provide authentication.
DRM_SYSTEM_UPDATING | Constante |
public static const DRM_SYSTEM_UPDATING:String = "drmSystemUpdating"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Wed Jun 13 2018, 11:42 AM Z