Video SDK for MacOS API Reference
|
Audio configuration options for joining a session. More...
#include <ZMVideoSDK.h>
Inherits NSObject.
Properties | |
BOOL | connect |
Whether to connect local audio or not. | |
BOOL | mute |
Whether to mute audio or not. | |
BOOL | isMyVoiceInMix |
Determine whether my voice is in the mixed audio raw data or not. If true, yes, if false, no. | |
BOOL | autoAdjustSpeakerVolume |
Whether to automatically adjust the volume of the speaker or not. If true, this will automatically adjust the volume if it is muted or low. If false it will not. | |
Audio configuration options for joining a session.
Definition at line 118 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to automatically adjust the volume of the speaker or not. If true, this will automatically adjust the volume if it is muted or low. If false it will not.
Definition at line 137 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to connect local audio or not.
Definition at line 122 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Determine whether my voice is in the mixed audio raw data or not. If true, yes, if false, no.
Definition at line 132 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to mute audio or not.
Definition at line 127 of file ZMVideoSDK.h.