Pakiet | org.osmf.utils |
Klasa | public final class OSMFSettings |
Dziedziczenie | OSMFSettings Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.6 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
enableStageVideo : Boolean = true [statyczny]
Controls OSMF’s use of StageVideo in your application. | OSMFSettings | ||
supportsStageVideo : Boolean [statyczny] [tylko do odczytu]
Obtains whether the version of Flash Player installed on the user’s
system supports StageVideo. | OSMFSettings |
enableStageVideo | właściwość |
public static var enableStageVideo:Boolean = true
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.6 |
Wersje środowiska wykonawczego: | 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 | właściwość |
supportsStageVideo:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.6 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public static function get supportsStageVideo():Boolean
Tue Jun 12 2018, 12:06 PM Z