Pacote | org.osmf.utils |
Classe | public final class OSMFSettings |
Herança | OSMFSettings Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.6 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
enableStageVideo : Boolean = true [estático]
Controls OSMF’s use of StageVideo in your application. | OSMFSettings | ||
supportsStageVideo : Boolean [estático] [somente leitura]
Obtains whether the version of Flash Player installed on the user’s
system supports StageVideo. | OSMFSettings |
enableStageVideo | propriedade |
public static var enableStageVideo:Boolean = true
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.6 |
Versões de runtime: | 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 | propriedade |
supportsStageVideo:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.6 |
Versões de runtime: | 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.
Implementação
public static function get supportsStageVideo():Boolean
Wed Jun 13 2018, 11:10 AM Z