RtcAudioMixingConfig class

The configurations class of audio mixing.

音频混音配置类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcAudioMixingConfig({bool? enablePublish = true, int? publishVolume = 100, bool? enableLoopback = true, int? loopbackVolume = 100, int? cycle = 1, bool? replaceMicrophone = false})
Constructs a RtcAudioMixingConfig

Properties

cycle int?
Times to play. 0 means loop forever. Default: 1.
getter/setter pair
enableLoopback bool?
Enable loopback. Default: YES
getter/setter pair
enablePublish bool?
Enable publish. Default: YES
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loopbackVolume int?
loopback volume. 0~200. Default: 100.
getter/setter pair
publishVolume int?
publish volume. 0~200. Default: 100.
getter/setter pair
replaceMicrophone bool?
YES: Replace microphone data. NO: Mix with microphone data. Default: NO.
getter/setter pair
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