Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagRawDataOptions Struct Reference

Rawdata options. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagRawDataOptions ()
 

Data Fields

bool enableRawdataIntermediateMode
 
ZoomSDKRawDataMemoryMode videoRawdataMemoryMode
 
ZoomSDKRawDataMemoryMode shareRawdataMemoryMode
 
ZoomSDKRawDataMemoryMode audioRawdataMemoryMode
 

Detailed Description

Rawdata options.

Definition at line 333 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagRawDataOptions()

tagRawDataOptions::tagRawDataOptions ( )
inline

Field Documentation

◆ audioRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::audioRawdataMemoryMode

Audio rawdata memory mode.

Definition at line 342 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ enableRawdataIntermediateMode

bool tagRawDataOptions::enableRawdataIntermediateMode

false – YUV420data, true – intermediate data.

Definition at line 336 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ shareRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::shareRawdataMemoryMode

Share rawdata memory mode.

Definition at line 340 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ videoRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::videoRawdataMemoryMode

Video rawdata memory mode.

Definition at line 338 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().