패키지 | 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:17 PM Z