Pakket | org.osmf.media |
Klasse | public final class MediaPlayerState |
Overerving | MediaPlayerState Object |
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BUFFERING : String = "buffering" [statisch]
The MediaPlayer is buffering. | MediaPlayerState | ||
LOADING : String = "loading" [statisch]
The MediaPlayer is loading or connecting. | MediaPlayerState | ||
PAUSED : String = "paused" [statisch]
The MediaPlayer is pausing media. | MediaPlayerState | ||
PLAYBACK_ERROR : String = "playbackError" [statisch]
The MediaPlayer encountered an error while trying to play media. | MediaPlayerState | ||
PLAYING : String = "playing" [statisch]
The MediaPlayer is playing media. | MediaPlayerState | ||
READY : String = "ready" [statisch]
The MediaPlayer is ready to be used. | MediaPlayerState | ||
UNINITIALIZED : String = "uninitialized" [statisch]
The MediaPlayer has been created but is not ready to be used. | MediaPlayerState |
Constantedetails
BUFFERING | Constante |
public static const BUFFERING:String = "buffering"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer is buffering.
LOADING | Constante |
public static const LOADING:String = "loading"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer is loading or connecting.
PAUSED | Constante |
public static const PAUSED:String = "paused"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer is pausing media.
PLAYBACK_ERROR | Constante |
public static const PLAYBACK_ERROR:String = "playbackError"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer encountered an error while trying to play media.
PLAYING | Constante |
public static const PLAYING:String = "playing"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer is playing media.
READY | Constante |
public static const READY:String = "ready"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The MediaPlayer is ready to be used.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Taalversie: | ActionScript 3.0 |
Productversies: | OSMF 1.0, OSMF for Flex 4.0 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z