패키지 | org.osmf.utils |
클래스 | public final class OSMFSettings |
상속 | OSMFSettings Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.6 |
런타임 버전: | Flash Player 10, AIR 1.5 |
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
enableStageVideo : Boolean = true [정적]
Controls OSMF’s use of StageVideo in your application. | OSMFSettings | ||
supportsStageVideo : Boolean [정적] [읽기 전용]
Obtains whether the version of Flash Player installed on the user’s
system supports StageVideo. | OSMFSettings |
enableStageVideo | 속성 |
public static var enableStageVideo:Boolean = true
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.6 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Controls OSMF’s use of StageVideo in your application. Setting this value to true causes OSMF to try to use StageVideo on systems where it is available. Setting the value to false disables the use of StageVideo and instructs OSMF to fallback to the normal Video API. Changes to this value affect any new media elements that are created, but changes have no effect on existing media elements. The default setting for this flag is true.
supportsStageVideo | 속성 |
supportsStageVideo:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.6 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Obtains whether the version of Flash Player installed on the user’s system supports StageVideo. If the installed version of Flash Player is equal to or greater than 10.2, StageVideo is supported, and the function returns true. If the installed version of Flash Player is lower than 10.2, StageVideo is not supported, and the function returns false.
구현
public static function get supportsStageVideo():Boolean
Tue Jun 12 2018, 03:17 PM Z