sound_device_mask_e class abstract

@brief Enumeration for sound device mask. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif

Constructors

sound_device_mask_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

SOUND_DEVICE_ALL_MASK → const int
< Mask for all devices
SOUND_DEVICE_IO_DIRECTION_BOTH_MASK → const int
< Mask for input/output devices (both directions are available)
SOUND_DEVICE_IO_DIRECTION_IN_MASK → const int
< Mask for input devices
SOUND_DEVICE_IO_DIRECTION_OUT_MASK → const int
< Mask for output devices
SOUND_DEVICE_STATE_ACTIVATED_MASK → const int
< Mask for activated devices (Deprecated since 4.0)
SOUND_DEVICE_STATE_DEACTIVATED_MASK → const int
< Mask for deactivated devices (Deprecated since 4.0)
SOUND_DEVICE_TYPE_EXTERNAL_MASK → const int
< Mask for external devices
SOUND_DEVICE_TYPE_INTERNAL_MASK → const int
< Mask for built-in devices