Paket | org.osmf.traits |
Sınıf | public final class DRMState |
Miras Alma | DRMState Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
AUTHENTICATING : String = "authenticating" [statik]
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" [statik]
The media has been successfully authenticated. | DRMState | ||
AUTHENTICATION_ERROR : String = "authenticationError" [statik]
The media's authentication attempt failed. | DRMState | ||
AUTHENTICATION_NEEDED : String = "authenticationNeeded" [statik]
The media needs credential-based authentication. | DRMState | ||
DRM_SYSTEM_UPDATING : String = "drmSystemUpdating" [statik]
The DRM system is currently being updated. | DRMState | ||
UNINITIALIZED : String = "uninitialized" [statik]
The media has not yet been initialized for DRM. | DRMState |
Sabit Ayrıntısı
AUTHENTICATING | Sabit |
public static const AUTHENTICATING:String = "authenticating"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The media has been successfully authenticated.
AUTHENTICATION_ERROR | Sabit |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The media's authentication attempt failed.
AUTHENTICATION_NEEDED | Sabit |
public static const AUTHENTICATION_NEEDED:String = "authenticationNeeded"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The media needs credential-based authentication. Call authenticate() on the DRMTrait to provide authentication.
DRM_SYSTEM_UPDATING | Sabit |
public static const DRM_SYSTEM_UPDATING:String = "drmSystemUpdating"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The DRM system is currently being updated.
UNINITIALIZED | Sabit |
public static const UNINITIALIZED:String = "uninitialized"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The media has not yet been initialized for DRM.
Tue Jun 12 2018, 01:09 PM Z