mediamuxer_state_e class abstract

@brief Enumeration for media muxer state. @since_tizen 3.0

Constructors

mediamuxer_state_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

MEDIAMUXER_STATE_IDLE → const int
< The mediamuxer is created, but not prepared
MEDIAMUXER_STATE_MUXING → const int
< The mediamuxer is muxing media
MEDIAMUXER_STATE_NONE → const int
< The mediamuxer is not created
MEDIAMUXER_STATE_PAUSED → const int
< The mediamuxer is paused while muxing media
MEDIAMUXER_STATE_READY → const int
< The mediamuxer is ready to mux media