mediademuxer_state class abstract
@brief Enumeration for media demuxer state. @since_tizen 3.0
Constructors
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
- MEDIADEMUXER_STATE_DEMUXING → const int
- < The mediademuxer is demuxing media
- MEDIADEMUXER_STATE_IDLE → const int
- < The mediademuxer is created, but not prepared
- MEDIADEMUXER_STATE_NONE → const int
- < The mediademuxer is not created
- MEDIADEMUXER_STATE_READY → const int
- < The mediademuxer is ready to demux media