LocalAudioMixerConfiguration class
The configurations for mixing the lcoal audio.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Properties
-
audioInputStreams
→ List<
MixedAudioStream> ? -
The source of the audio streams that are mixed locally. See MixedAudioStream.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamCount → int?
-
The number of the audio streams that are mixed locally.
final
- syncWithLocalMic → bool?
-
Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone. true : (Default) Yes. Set to this value if you want all locally captured audio streams synchronized. false : No. The SDK uses the timestamp of the audio frames at the time when they are mixed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited