Package | org.osmf.traits |
Class | public final class DRMState |
Inheritance | DRMState Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [static]
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" [static]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [static]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [static]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [static]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [static]
The media has not yet been initialized for DRM. | DRMState |
Constant Detail
AUTHENTICATING | Constant |
public static const AUTHENTICATING:String = "authenticating"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | 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 | Constant |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | Constant |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | Constant |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
The media needs credential-based authentication. Call authenticate() on the DRMTrait to provide authentication.
DRM_SYSTEM_UPDATING | Constant |
public static const DRM_SYSTEM_UPDATING:String = "drmSystemUpdating"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | Constant |
public static const UNINITIALIZED:String = "uninitialized"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Mon Nov 28 2011, 06:48 AM -08:00