RCRTCAudioSetup class
Constructors
- RCRTCAudioSetup.create({RCRTCAudioCodecType codec = RCRTCAudioCodecType.opus, RCRTCAudioSource audioSource = RCRTCAudioSource.voice_communication, int audioSampleRate = 16000, bool enableMicrophone = true, bool enableStereo = true, bool mixOtherAppsAudio = true})
Properties
- audioSampleRate → int
-
final
- audioSource → RCRTCAudioSource
-
以下参数仅在 android 平台生效
final
- codec → RCRTCAudioCodecType
-
final
- enableMicrophone → bool
-
final
- enableStereo → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mixOtherAppsAudio → bool
-
仅在 iOS 平台生效
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited