套件 | org.osmf.traits |
類別 | public final class DRMState |
繼承 | DRMState Object |
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
公用常數
常數 | 定義自 | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [靜態]
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" [靜態]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [靜態]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [靜態]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [靜態]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [靜態]
The media has not yet been initialized for DRM. | DRMState |
常數詳細資訊
AUTHENTICATING | 常數 |
public static const AUTHENTICATING:String = "authenticating"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | 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 | 常數 |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | 常數 |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | 常數 |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
The media needs credential-based authentication. Call authenticate() on the DRMTrait to provide authentication.
DRM_SYSTEM_UPDATING | 常數 |
public static const DRM_SYSTEM_UPDATING:String = "drmSystemUpdating"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | 常數 |
public static const UNINITIALIZED:String = "uninitialized"
語言版本: | ActionScript 3.0 |
產品版本: | OSMF 1.0 |
執行階段版本: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Tue Jun 12 2018, 03:47 PM Z