pjmedia_snd_port_param class final
This structure specifies the parameters to create the sound port. Use pjmedia_snd_port_param_default() to initialize this structure with default values (mostly zeroes)
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - base ↔ pjmedia_aud_param
-
Base structure.
getter/setter pair
- ec_options ↔ int
-
Echo cancellation options/flags.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- on_play_frame ↔ pjmedia_aud_play_cb
-
Optional callback for audio frame preview right before queued to
the speaker.
Notes:
getter/setter pair
- on_rec_frame ↔ pjmedia_aud_rec_cb
-
Optional callback for audio frame preview recorded from the microphone
before being processed by any media component such as software echo
canceller.
Notes:
getter/setter pair
- options ↔ int
-
Sound port creation options.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
user_data
↔ Pointer<
Void> -
Arbitrary user data for playback and record preview callbacks below.
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