pjsua_snd_dev_mode class abstract

This enumeration specifies the sound device mode.

Constructors

pjsua_snd_dev_mode()

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_DEV_NO_IMMEDIATE_OPEN → const int
Do not open sound device, after setting the sound device.
PJSUA_SND_DEV_SPEAKER_ONLY → const int
Open sound device without mic (speaker only).