NERoomAudioProfile class

房间音频选项

Constructors

NERoomAudioProfile({required int profile, required int scenario, bool enableAINS = true})
const
NERoomAudioProfile.fromJson(Map<String, dynamic> json)
factory

Properties

enableAINS bool
final
hashCode int
The hash code for this object.
no setterinherited
profile int
index of NERtcAudioProfile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario int
index of NERtcAudioScenario
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

music NERoomAudioProfile
音乐模式场景
final
speech NERoomAudioProfile
高清语音场景
final