ZegoAudioRoom
Namespaces | Functions
AudioRoom-Volume.h File Reference
#include "./AudioRoomDefines.h"

Go to the source code of this file.

Namespaces

namespace  ZEGO
 
namespace  ZEGO::AUDIOROOM
 

Functions

ZEGO_API void ZEGO::AUDIOROOM::EnableMixSystemPlayout (bool bEnable)
 
ZEGO_API bool ZEGO::AUDIOROOM::SetSystemPlayoutVolumeBeforeMixing (int volume)
 
ZEGO_API int ZEGO::AUDIOROOM::GetMicDeviceVolume (const char *deviceId)
 
ZEGO_API void ZEGO::AUDIOROOM::SetMicDeviceVolume (const char *deviceId, int volume)
 
ZEGO_API int ZEGO::AUDIOROOM::GetSpeakerDeviceVolume (const char *deviceId)
 
ZEGO_API void ZEGO::AUDIOROOM::SetSpeakerDeviceVolume (const char *deviceId, int volume)
 
ZEGO_API int ZEGO::AUDIOROOM::GetSpeakerSimpleVolume (const char *deviceId)
 
ZEGO_API void ZEGO::AUDIOROOM::SetSpeakerSimpleVolume (const char *deviceId, int volume)
 
ZEGO_API bool ZEGO::AUDIOROOM::GetSpeakerDeviceMute (const char *deviceId)
 
ZEGO_API void ZEGO::AUDIOROOM::SetSpeakerDeviceMute (const char *deviceId, bool mute)
 
ZEGO_API bool ZEGO::AUDIOROOM::GetSpeakerSimpleMute (const char *deviceId)
 
ZEGO_API void ZEGO::AUDIOROOM::SetSpeakerSimpleMute (const char *deviceId, bool mute)
 
ZEGO_API void ZEGO::AUDIOROOM::GetDefaultAudioDeviceId (AV::AudioDeviceType deviceType, char *deviceId, unsigned int *deviceIdLength)
 
ZEGO_API bool ZEGO::AUDIOROOM::SetAudioVolumeNotify (AV::AudioDeviceType deviceType, const char *deviceId)
 
ZEGO_API bool ZEGO::AUDIOROOM::StopAudioVolumeNotify (AV::AudioDeviceType deviceType, const char *deviceId)