pjsua_snd_dev_param class final

This structure specifies the parameters to set the sound device. Use pjsua_snd_dev_param_default() to initialize this structure with default values.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_snd_dev_param.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
capture_dev int
Capture dev id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode int
Sound device mode, refer to #pjsua_snd_dev_mode.
getter/setter pair
playback_dev int
Playback dev id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
use_default_settings int
The library will maintain the global sound device settings set when opening the sound device for the first time and later can be modified using #pjsua_snd_set_setting(). These setings are then applied to any sound device when opening. This might be undesirable, e.g: output volume changes when switching sound device due to the use of previously set volume settings.
getter/setter pair

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