Paquete | org.osmf.traits |
Clase | public final class DRMState |
Herencia | DRMState Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [estática]
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" [estática]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [estática]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [estática]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [estática]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [estática]
The media has not yet been initialized for DRM. | DRMState |
Información sobre constantes
AUTHENTICATING | Constante |
public static const AUTHENTICATING:String = "authenticating"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | Constante |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | Constante |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Tue Jun 12 2018, 02:12 PM Z