| Paquete | org.osmf.media |
| Clase | public final class MediaPlayerState |
| Herencia | MediaPlayerState Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Métodos públicos
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| BUFFERING : String = "buffering" [estática]
The MediaPlayer is buffering. | MediaPlayerState | ||
| LOADING : String = "loading" [estática]
The MediaPlayer is loading or connecting. | MediaPlayerState | ||
| PAUSED : String = "paused" [estática]
The MediaPlayer is pausing media. | MediaPlayerState | ||
| PLAYBACK_ERROR : String = "playbackError" [estática]
The MediaPlayer encountered an error while trying to play media. | MediaPlayerState | ||
| PLAYING : String = "playing" [estática]
The MediaPlayer is playing media. | MediaPlayerState | ||
| READY : String = "ready" [estática]
The MediaPlayer is ready to be used. | MediaPlayerState | ||
| UNINITIALIZED : String = "uninitialized" [estática]
The MediaPlayer has been created but is not ready to be used. | MediaPlayerState | ||
Información sobre constantes
BUFFERING | Constante |
public static const BUFFERING:String = "buffering"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer is buffering.
LOADING | Constante |
public static const LOADING:String = "loading"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer is loading or connecting.
PAUSED | Constante |
public static const PAUSED:String = "paused"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer is pausing media.
PLAYBACK_ERROR | Constante |
public static const PLAYBACK_ERROR:String = "playbackError"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer encountered an error while trying to play media.
PLAYING | Constante |
public static const PLAYING:String = "playing"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer is playing media.
READY | Constante |
public static const READY:String = "ready"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer is ready to be used.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"| Versión del lenguaje: | ActionScript 3.0 |
| Versiones de producto: | OSMF 1.0, OSMF para Flex 4.0 |
| Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MediaPlayer has been created but is not ready to be used. This is the base state for a MediaPlayer.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas