NERtcAudioVolumeInfo class
语音音量
Constructors
- NERtcAudioVolumeInfo(int? uid, int? volume, int? subStreamVolume)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- subStreamVolume ↔ int?
- 
  远端用户音频辅流的音量,取值范围为 0,100。 如果 subStreamVolume 为 0,表示该用户未发布音频辅流或音频辅流没有音量getter/setter pair
- uid ↔ int?
- 
  用户 ID
  getter/setter pair
- volume ↔ int?
- 
  音量0-100getter/setter pair
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