mc_playback_states_e class abstract

@brief Enumeration for the media playback state. @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif

Constructors

mc_playback_states_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

MC_PLAYBACK_STATE_BUFFERING → const int
< Buffering (Since 6.0)
MC_PLAYBACK_STATE_CONNECTING → const int
< Connecting (Since 6.0)
MC_PLAYBACK_STATE_ERROR → const int
< Error (Since 6.0)
MC_PLAYBACK_STATE_FAST_FORWARDING → const int
< Fast forwarding (Since @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif)
MC_PLAYBACK_STATE_MOVING_TO_NEXT → const int
< Moving to the next item (Since @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif)
MC_PLAYBACK_STATE_MOVING_TO_PREVIOUS → const int
< Moving to the previous item (Since @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif)
MC_PLAYBACK_STATE_NONE → const int
< None
MC_PLAYBACK_STATE_PAUSED → const int
< Paused
MC_PLAYBACK_STATE_PLAYING → const int
< Playing
MC_PLAYBACK_STATE_REWINDING → const int
< Rewinding (Since @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif)
MC_PLAYBACK_STATE_STOPPED → const int
< Stopped