Package | impression.players.sequencers |
Class | public class SequencerStatusTypes |
Inheritance | SequencerStatusTypes ![]() |
status
property of a sequencer storyboard.
Property | Defined By | ||
---|---|---|---|
EMPTY : String = no file specified [static]
No audio file has been specified. | SequencerStatusTypes | ||
EOF : String = eof [static]
The audio file has finished playing, or the timer is inactive. | SequencerStatusTypes | ||
LOAD_COMPLETE : String = load complete [static]
The audio file has been loaded, but playback has not yet begun. | SequencerStatusTypes | ||
LOAD_ERROR : String = file could not be loaded [static]
The player was unable to load the audio file. | SequencerStatusTypes | ||
LOADING : String = loading [static]
The player is loading the audio file. | SequencerStatusTypes | ||
NO_RESOLVER : String = no resolver [static]
The resolver property value is null. | SequencerStatusTypes | ||
NO_STORYBOARD : String = no storyboard [static]
The storyboard property value is null. | SequencerStatusTypes | ||
PAUSED : String = paused [static]
The audio file is not playing, or the timer is inactive. | SequencerStatusTypes | ||
PLAYING : String = playing [static]
The audio file is playing, or the timer is active. | SequencerStatusTypes | ||
STOPPED : String = stopped [static]
The audio file is not playing, or the timer is inactive. | SequencerStatusTypes | ||
UNKNOWN : String [static]
The status is unknown. | SequencerStatusTypes |
EMPTY | property |
public static var EMPTY:String = no file specified
No audio file has been specified.
EOF | property |
public static var EOF:String = eof
The audio file has finished playing, or the timer is inactive. The position
property value is greater than or equal to the highest position
persisted property value specified by a child element.
LOAD_COMPLETE | property |
public static var LOAD_COMPLETE:String = load complete
The audio file has been loaded, but playback has not yet begun.
LOAD_ERROR | property |
public static var LOAD_ERROR:String = file could not be loaded
The player was unable to load the audio file.
LOADING | property |
public static var LOADING:String = loading
The player is loading the audio file.
NO_RESOLVER | property |
public static var NO_RESOLVER:String = no resolver
The resolver
property value is null
.
NO_STORYBOARD | property |
public static var NO_STORYBOARD:String = no storyboard
The storyboard
property value is null
.
PAUSED | property |
public static var PAUSED:String = paused
The audio file is not playing, or the timer is inactive. The position
property value is not 0
.
PLAYING | property |
public static var PLAYING:String = playing
The audio file is playing, or the timer is active.
STOPPED | property |
public static var STOPPED:String = stopped
The audio file is not playing, or the timer is inactive. The position
property value is 0
.
UNKNOWN | property |
public static var UNKNOWN:String
The status is unknown.