NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
uid_t | uid |
unsigned int | volume |
Audio volume information. An array that contains the user ID and volume information of each speaker.
uid_t nertc::NERtcAudioVolumeInfo::uid |
The user ID of the speaker. If the returned uid is 0, the user refers to the local user by default.
unsigned int nertc::NERtcAudioVolumeInfo::volume |
The speaker's volume, the value range is from 0 (lowest) to 100 (highest).