Packagecom.adobe.mediacore
Classpublic class MediaPlayerStatus
InheritanceMediaPlayerStatus Inheritance Object

Class containing the supported statuses of media player.



Public Constants
 ConstantDefined 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
Constant Detail
COMPLETEDConstant
public static const COMPLETED:String = complete

The end of the stream was reached and the playback is stopped.

ERRORConstant 
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.

IDLEConstant 
public static const IDLE:String = idle

The player was created and is waiting for a media player item to be specified.

INITIALIZEDConstant 
public static const INITIALIZED:String = initialized

The media player item was set.

INITIALIZINGConstant 
public static const INITIALIZING:String = initializing

The media player item is loading.

PAUSEDConstant 
public static const PAUSED:String = paused

The playback was paused.

PLAYINGConstant 
public static const PLAYING:String = playing

The playback is currently in progress.

PREPAREDConstant 
public static const PREPARED:String = prepared

The media player item was loaded successfully and the player can start buffering data.

PREPARINGConstant 
public static const PREPARING:String = preparing

The media player is loading the media player item and any associated resources.

RELEASEDConstant 
public static const RELEASED:String = released

The media player has been released together with any associated resources. This instance can not be used anymore.

SEEKCOMPLETEDConstant 
public static const SEEKCOMPLETED:String = seekcompleted
Deprecated: SEEKCOMPLETED status has been deprecated. Use the SeekEvent.SEEK_BEGIN and SeekEvent.SEEK_END events instead.

SEEKINGConstant 
public static const SEEKING:String = seeking

A seeking operation is currently in progress.