pjsua_snd_dev_id class abstract
Sound device index constants.
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
- PJSUA_SND_DEFAULT_CAPTURE_DEV → const int
- Constant to denote default capture device.
- PJSUA_SND_DEFAULT_PLAYBACK_DEV → const int
- Constant to denote default playback device.
- PJSUA_SND_NO_DEV → const int
- Constant to denote that no sound device is being used.
- PJSUA_SND_NULL_DEV → const int
- Constant to denote null sound device.