sound_behavior_e class abstract
@brief Enumeration for sound behavior. @since_tizen 3.0 @remarks These values can be combined with bitwise 'or'. @see sound_manager_get_current_playback_focus() @see sound_manager_get_current_recording_focus()
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
- SOUND_BEHAVIOR_FADING → const int
- < Fading effect
- SOUND_BEHAVIOR_NO_RESUME → const int
- < No resumption
- SOUND_BEHAVIOR_NONE → const int
- < None (default)