ma_audio_streaming_event_e class abstract
@brief Enumerations for multi-assistant audio streaming events. @since_tizen 5.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
- MA_AUDIO_STREAMING_EVENT_CONTINUE → const int
- < Continue event
- MA_AUDIO_STREAMING_EVENT_FAIL → const int
- < Failed
- MA_AUDIO_STREAMING_EVENT_FINISH → const int
- < Finish event
- MA_AUDIO_STREAMING_EVENT_START → const int
- < Start event