8#ifndef AudioRoom_Volume_h
9#define AudioRoom_Volume_h
#define ZEGO_API
Definition: RoomDefines.h:19
ZEGO_API bool GetSpeakerDeviceMute(const char *deviceId)
ZEGO_API int GetMicDeviceVolume(const char *deviceId)
ZEGO_API bool StopAudioVolumeNotify(AV::AudioDeviceType deviceType, const char *deviceId)
ZEGO_API void SetSpeakerSimpleVolume(const char *deviceId, int volume)
ZEGO_API void SetSpeakerDeviceVolume(const char *deviceId, int volume)
ZEGO_API bool SetSystemPlayoutVolumeBeforeMixing(int volume)
ZEGO_API int GetSpeakerDeviceVolume(const char *deviceId)
ZEGO_API bool GetSpeakerSimpleMute(const char *deviceId)
ZEGO_API void EnableMixSystemPlayout(bool bEnable)
ZEGO_API void SetSpeakerDeviceMute(const char *deviceId, bool mute)
ZEGO_API void GetDefaultAudioDeviceId(AV::AudioDeviceType deviceType, char *deviceId, unsigned int *deviceIdLength)
ZEGO_API void SetMicDeviceVolume(const char *deviceId, int volume)
ZEGO_API void SetSpeakerSimpleMute(const char *deviceId, bool mute)
ZEGO_API int GetSpeakerSimpleVolume(const char *deviceId)
ZEGO_API bool SetAudioVolumeNotify(AV::AudioDeviceType deviceType, const char *deviceId)
AudioDeviceType
Definition: zego-api-defines.h:111
Definition: AudioRoom-IM.h:15