Meeting SDK for Linux 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 332 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 341 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ enableRawdataIntermediateMode

bool tagRawDataOptions::enableRawdataIntermediateMode

false – YUV420data, true – intermediate data.

Definition at line 335 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ shareRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::shareRawdataMemoryMode

Share rawdata memory mode.

Definition at line 339 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ videoRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::videoRawdataMemoryMode

Video rawdata memory mode.

Definition at line 337 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().