Video SDK for Windows API Reference
|
Aduio option used by ZoomVideoSDKSessionContext. More...
#include <zoom_video_sdk_def.h>
Public Member Functions | |
ZoomVideoSDKAudioOption () | |
Data Fields | |
bool | connect |
Whether to connect the local audio when joining a session. | |
bool | mute |
Whether to mute the audio initially. | |
bool | isMyVoiceInMix |
Whether my voice should be included in the mixed audio raw data. | |
bool | autoAdjustSpeakerVolume |
Whether to automatically adjust the speaker volume. If true, the SDK will automatically raise the volume if it's muted or too low. | |
Aduio option used by ZoomVideoSDKSessionContext.
Definition at line 502 of file zoom_video_sdk_def.h.
|
inline |
Definition at line 525 of file zoom_video_sdk_def.h.
References autoAdjustSpeakerVolume, connect, isMyVoiceInMix, and mute.
bool ZoomVideoSDKAudioOption::autoAdjustSpeakerVolume |
Whether to automatically adjust the speaker volume. If true, the SDK will automatically raise the volume if it's muted or too low.
Definition at line 524 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKAudioOption().
bool ZoomVideoSDKAudioOption::connect |
Whether to connect the local audio when joining a session.
Definition at line 508 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKAudioOption().
bool ZoomVideoSDKAudioOption::isMyVoiceInMix |
Whether my voice should be included in the mixed audio raw data.
Definition at line 518 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKAudioOption().
bool ZoomVideoSDKAudioOption::mute |
Whether to mute the audio initially.
Definition at line 513 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKAudioOption().