Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagRawDataOptions Struct Reference

#include <zoom_sdk_def.h>

Public Member Functions

 tagRawDataOptions ()
 

Data Fields

bool enableRawdataIntermediateMode
 false – YUV420data, true – intermediate data
 
ZoomSDKRawDataMemoryMode videoRawdataMemoryMode
 
ZoomSDKRawDataMemoryMode shareRawdataMemoryMode
 
ZoomSDKRawDataMemoryMode audioRawdataMemoryMode
 

Detailed Description

Definition at line 235 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagRawDataOptions()

tagRawDataOptions::tagRawDataOptions ( )
inline

Definition at line 241 of file zoom_sdk_def.h.

242 {
247 }
ZoomSDKRawDataMemoryMode videoRawdataMemoryMode
ZoomSDKRawDataMemoryMode shareRawdataMemoryMode
ZoomSDKRawDataMemoryMode audioRawdataMemoryMode
bool enableRawdataIntermediateMode
false – YUV420data, true – intermediate data
@ ZoomSDKRawDataMemoryModeStack

References audioRawdataMemoryMode, enableRawdataIntermediateMode, shareRawdataMemoryMode, videoRawdataMemoryMode, and ZoomSDKRawDataMemoryModeStack.

Field Documentation

◆ audioRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::audioRawdataMemoryMode

Definition at line 240 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ enableRawdataIntermediateMode

bool tagRawDataOptions::enableRawdataIntermediateMode

false – YUV420data, true – intermediate data

Definition at line 237 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ shareRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::shareRawdataMemoryMode

Definition at line 239 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().

◆ videoRawdataMemoryMode

ZoomSDKRawDataMemoryMode tagRawDataOptions::videoRawdataMemoryMode

Definition at line 238 of file zoom_sdk_def.h.

Referenced by tagRawDataOptions().