pjmedia_aud_dev_route class abstract
This enumeration describes audio routing/source setting.
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
- PJMEDIA_AUD_DEV_ROUTE_BLUETOOTH → const int
- Route to paired Bluetooth device
- PJMEDIA_AUD_DEV_ROUTE_CUSTOM → const int
- Custom audio route/source, specific to each audio device backend.
- PJMEDIA_AUD_DEV_ROUTE_DEFAULT → const int
- Default route/source, it is the default audio route/source of the audio framework backend, as in opening audio device without specifying any route/source setting or with specifying neutral route/source setting.
- PJMEDIA_AUD_DEV_ROUTE_EARPIECE → const int
- Route to earpiece
- PJMEDIA_AUD_DEV_ROUTE_LOUDSPEAKER → const int
- Route to loudspeaker