Package | com.adobe.mediacore |
Class | public class MediaPlayerStatus |
Inheritance | MediaPlayerStatus ![]() |
Constant | Defined By | ||
---|---|---|---|
COMPLETED : String = complete [static]
The end of the stream was reached and the playback is stopped. | MediaPlayerStatus | ||
ERROR : String = error [static]
An error has occurred and the playback is currently stopped. | MediaPlayerStatus | ||
IDLE : String = idle [static]
The player was created and is waiting for a media player item
to be specified. | MediaPlayerStatus | ||
INITIALIZED : String = initialized [static]
The media player item was set. | MediaPlayerStatus | ||
INITIALIZING : String = initializing [static]
The media player item is loading. | MediaPlayerStatus | ||
PAUSED : String = paused [static]
The playback was paused. | MediaPlayerStatus | ||
PLAYING : String = playing [static]
The playback is currently in progress. | MediaPlayerStatus | ||
PREPARED : String = prepared [static]
The media player item was loaded successfully and the player can start buffering
data. | MediaPlayerStatus | ||
PREPARING : String = preparing [static]
The media player is loading the media player item and any associated resources. | MediaPlayerStatus | ||
RELEASED : String = released [static]
The media player has been released together with any associated
resources. | MediaPlayerStatus | ||
SEEKCOMPLETED : String = seekcompleted Deprecated: SEEKCOMPLETED status has been deprecated. Use the SeekEvent.SEEK_BEGIN and SeekEvent.SEEK_END events instead. [static]
| MediaPlayerStatus | ||
SEEKING : String = seeking [static]
A seeking operation is currently in progress. | MediaPlayerStatus |
COMPLETED | Constant |
public static const COMPLETED:String = complete
The end of the stream was reached and the playback is stopped.
ERROR | Constant |
public static const ERROR:String = error
An error has occurred and the playback is currently stopped. The media player can be reset ( through reset() method ) and another media player item can be queued for playback through replaceCurrentItem() method.
IDLE | Constant |
public static const IDLE:String = idle
The player was created and is waiting for a media player item to be specified.
INITIALIZED | Constant |
public static const INITIALIZED:String = initialized
The media player item was set.
INITIALIZING | Constant |
public static const INITIALIZING:String = initializing
The media player item is loading.
PAUSED | Constant |
public static const PAUSED:String = paused
The playback was paused.
PLAYING | Constant |
public static const PLAYING:String = playing
The playback is currently in progress.
PREPARED | Constant |
public static const PREPARED:String = prepared
The media player item was loaded successfully and the player can start buffering data.
PREPARING | Constant |
public static const PREPARING:String = preparing
The media player is loading the media player item and any associated resources.
RELEASED | Constant |
public static const RELEASED:String = released
The media player has been released together with any associated resources. This instance can not be used anymore.
SEEKCOMPLETED | Constant |
public static const SEEKCOMPLETED:String = seekcompleted
SEEKING | Constant |
public static const SEEKING:String = seeking
A seeking operation is currently in progress.