Package io.agora.rtc2
Class IRtcEngineEventHandler.AudioVolumeInfo
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.AudioVolumeInfo
- Enclosing class:
- IRtcEngineEventHandler
Audio volume information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe user ID of the speaker.intdoubleVoice pitch frequency in HzintThe volume of the speaker that ranges from 0 (lowest volume) to 255 (highest volume). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uid
public int uidThe user ID of the speaker. The uid of the local user is 0. -
volume
public int volumeThe volume of the speaker that ranges from 0 (lowest volume) to 255 (highest volume). -
vad
public int vad -
voicePitch
public double voicePitchVoice pitch frequency in Hz
-
-
Constructor Details
-
AudioVolumeInfo
public AudioVolumeInfo()
-