AudioEffectManager class
Constructors
- AudioEffectManager({required String roomId, required AudioEffectState state})
Properties
- audioEffectManager ↔ TXAudioEffectManager?
- 
  
  latefinal
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- roomId → String
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state → AudioEffectState
- 
  
  final
- trtcCloud ↔ TRTCCloud?
- 
  
  latefinal
Methods
- 
  enableVoiceEarMonitor(bool enable) → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setMusicVolume(int volume) → void 
- 
  setVoiceChangerType(int type) → void 
- 
  setVoiceEarMonitorVolume(int volume) → void 
- 
  setVoiceReverbType(int type) → void 
- 
  setVoiceVolume(int volume) → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited