NERtcAudioEffectOptions class Null safety
Audio effect parameters class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- loopCount → int
-
The number of loops. A value less than 0 indicates infinite loop. The default value is set to 1.
final
- path → String
-
File URL
final
- playbackEnabled → bool
-
Specify if the playback of a mixing audio stream is enabled. The default value is set to true.
final
- playbackVolume → int
-
Playback volume
0-100. The default value is set to 100.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sendEnabled → bool
-
Specify if a mixing audio is published. The default value is set to true.
final
- sendVolume → int
-
Publishing volume
0-100. The default value is set to 100.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited