Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
zoom_sdk_def.h File Reference

ZOOM windows SDK Common Definition File. More...

#include <stdint.h>
#include <unistd.h>
#include <cstring>
#include <float.h>

Go to the source code of this file.

Data Structures

struct  tagRawDataOptions
 
struct  tagInitParam
 Initialize the SDK Parameter. Here are more detailed structural descriptions. More...
 
class  IZoomLastError
 Error mechanism interface provided by the SDK This feature is gradually improved, so some errors may not be supported. More...
 
class  IList< T >
 
struct  ZoomSDKColor
 Zoom SDK color. The standard RGB color model has a value range of 0-255. More...
 

Macros

#define TLS_KEY_DEF   pthread_key_t
 
#define PLATFORM_IMPORT   __declspec(dllimport)
 
#define PLATFORM_EXPORT   __declspec(dllexport)
 
#define SDK_API
 
#define ZOOM_SDK_NAMESPACE   ZOOMSDK
 
#define BEGIN_ZOOM_SDK_NAMESPACE   namespace ZOOM_SDK_NAMESPACE {
 
#define END_ZOOM_SDK_NAMESPACE   };
 
#define USING_ZOOM_SDK_NAMESPACE   using namespace ZOOM_SDK_NAMESPACE;
 

Typedefs

typedef char zchar_t
 
typedef uint64_t UINT64
 
typedef int64_t INT64
 
typedef float FLOAT
 
typedef void * HWND
 
typedef struct tagRawDataOptions RawDataOptions
 
typedef struct tagInitParam InitParam
 

Enumerations

enum  SDKError {
  SDKERR_SUCCESS = 0 , SDKERR_NO_IMPL , SDKERR_WRONG_USAGE , SDKERR_INVALID_PARAMETER ,
  SDKERR_MODULE_LOAD_FAILED , SDKERR_MEMORY_FAILED , SDKERR_SERVICE_FAILED , SDKERR_UNINITIALIZE ,
  SDKERR_UNAUTHENTICATION , SDKERR_NORECORDINGINPROCESS , SDKERR_TRANSCODER_NOFOUND , SDKERR_VIDEO_NOTREADY ,
  SDKERR_NO_PERMISSION , SDKERR_UNKNOWN , SDKERR_OTHER_SDK_INSTANCE_RUNNING , SDKERR_INTERNAL_ERROR ,
  SDKERR_NO_AUDIODEVICE_ISFOUND , SDKERR_NO_VIDEODEVICE_ISFOUND , SDKERR_TOO_FREQUENT_CALL , SDKERR_FAIL_ASSIGN_USER_PRIVILEGE ,
  SDKERR_MEETING_DONT_SUPPORT_FEATURE , SDKERR_MEETING_NOT_SHARE_SENDER , SDKERR_MEETING_YOU_HAVE_NO_SHARE , SDKERR_MEETING_VIEWTYPE_PARAMETER_IS_WRONG ,
  SDKERR_MEETING_ANNOTATION_IS_OFF , SDKERR_SETTING_OS_DONT_SUPPORT , SDKERR_EMAIL_LOGIN_IS_DISABLED , SDKERR_HARDWARE_NOT_MEET_FOR_VB ,
  SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER , SDKERR_NO_SHARE_DATA , SDKERR_SHARE_CANNOT_SUBSCRIBE_MYSELF , SDKERR_NOT_IN_MEETING ,
  SDKERR_NOT_JOIN_AUDIO , SDKERR_HARDWARE_DONT_SUPPORT , SDKERR_DOMAIN_DONT_SUPPORT , SDKERR_MEETING_REMOTE_CONTROL_IS_OFF ,
  SDKERR_FILETRANSFER_ERROR
}
 SDK error types. Here are more detailed structural descriptions. More...
 
enum  SDK_LANGUAGE_ID {
  LANGUAGE_Unknown = 0 , LANGUAGE_English , LANGUAGE_Chinese_Simplified , LANGUAGE_Chinese_Traditional ,
  LANGUAGE_Japanese , LANGUAGE_Spanish , LANGUAGE_German , LANGUAGE_French ,
  LANGUAGE_Portuguese , LANGUAGE_Russian , LANGUAGE_Korean , LANGUAGE_Vietnamese ,
  LANGUAGE_Italian , LANGUAGE_Polish , LANGUAGE_Turkish , LANGUAGE_Indonesian ,
  LANGUAGE_Dutch , LANGUAGE_Swedish
}
 The text resource type used by the SDK. Here are more detailed structural descriptions. More...
 
enum  ZoomSDKRawDataMemoryMode { ZoomSDKRawDataMemoryModeStack , ZoomSDKRawDataMemoryModeHeap }
 
enum  ShareType {
  SHARE_TYPE_UNKNOWN , SHARE_TYPE_AS , SHARE_TYPE_DS , SHARE_TYPE_WB ,
  SHARE_TYPE_AIRHOST , SHARE_TYPE_CAMERA , SHARE_TYPE_DATA , SHARE_TYPE_VIDEO_FILE ,
  SHARE_TYPE_FRAME , SHARE_TYPE_DOCUMENT , SHARE_TYPE_COMPUTER_AUDIO
}
 
enum  LastErrorType {
  LastErrorType_None , LastErrorType_Auth , LastErrorType_Login , LastErrorType_Meeting ,
  LastErrorType_System
}
 The last error types of the SDK. Here are more detailed structural descriptions. More...
 
enum  FrameDataFormat { FrameDataFormat_I420_LIMITED , FrameDataFormat_I420_FULL }
 
enum  ZoomSDKAudioChannel { ZoomSDKAudioChannel_Mono , ZoomSDKAudioChannel_Stereo }
 
enum  CannotShareReasonType {
  CannotShareReasonType_None , CannotShareReasonType_Locked , CannotShareReasonType_Disabled , CannotShareReasonType_Other_Screen_Sharing ,
  CannotShareReasonType_Other_WB_Sharing , CannotShareReasonType_Need_Grab_Myself_Screen_Sharing , CannotShareReasonType_Need_Grab_Other_Screen_Sharing , CannotShareReasonType_Need_Grab_Audio_Sharing ,
  CannotShareReasonType_Need_Grap_WB_Sharing , CannotShareReasonType_Reach_Maximum , CannotShareReasonType_Have_Share_From_Mainsession , CannotShareReasonType_UnKnown
}
 
enum  SharingStatus {
  Sharing_Self_Send_Begin , Sharing_Self_Send_End , Sharing_Self_Send_Pure_Audio_Begin , Sharing_Self_Send_Pure_Audio_End ,
  Sharing_Other_Share_Begin , Sharing_Other_Share_End , Sharing_Other_Share_Pure_Audio_Begin , Sharing_Other_Share_Pure_Audio_End ,
  Sharing_View_Other_Sharing , Sharing_Pause , Sharing_Resume
}
 Sharing status. Here are more detailed structural descriptions.. More...
 

Detailed Description

ZOOM windows SDK Common Definition File.

Definition in file zoom_sdk_def.h.

Macro Definition Documentation

◆ BEGIN_ZOOM_SDK_NAMESPACE

#define BEGIN_ZOOM_SDK_NAMESPACE   namespace ZOOM_SDK_NAMESPACE {

Definition at line 35 of file zoom_sdk_def.h.

◆ END_ZOOM_SDK_NAMESPACE

#define END_ZOOM_SDK_NAMESPACE   };

Definition at line 36 of file zoom_sdk_def.h.

◆ PLATFORM_EXPORT

#define PLATFORM_EXPORT   __declspec(dllexport)

Definition at line 25 of file zoom_sdk_def.h.

◆ PLATFORM_IMPORT

#define PLATFORM_IMPORT   __declspec(dllimport)

Definition at line 24 of file zoom_sdk_def.h.

◆ SDK_API

#define SDK_API

Definition at line 31 of file zoom_sdk_def.h.

◆ TLS_KEY_DEF

#define TLS_KEY_DEF   pthread_key_t

Definition at line 22 of file zoom_sdk_def.h.

◆ USING_ZOOM_SDK_NAMESPACE

#define USING_ZOOM_SDK_NAMESPACE   using namespace ZOOM_SDK_NAMESPACE;

Definition at line 37 of file zoom_sdk_def.h.

◆ ZOOM_SDK_NAMESPACE

#define ZOOM_SDK_NAMESPACE   ZOOMSDK

Definition at line 34 of file zoom_sdk_def.h.

Typedef Documentation

◆ FLOAT

typedef float FLOAT

Definition at line 20 of file zoom_sdk_def.h.

◆ HWND

typedef void* HWND

Definition at line 21 of file zoom_sdk_def.h.

◆ InitParam

typedef struct tagInitParam InitParam

◆ INT64

typedef int64_t INT64

Definition at line 19 of file zoom_sdk_def.h.

◆ RawDataOptions

◆ UINT64

typedef uint64_t UINT64

Definition at line 18 of file zoom_sdk_def.h.

◆ zchar_t

typedef char zchar_t

Definition at line 17 of file zoom_sdk_def.h.

Enumeration Type Documentation

◆ CannotShareReasonType

Enumerator
CannotShareReasonType_None 
CannotShareReasonType_Locked 

Only the host can share.

CannotShareReasonType_Disabled 

Sharing is disabled.

CannotShareReasonType_Other_Screen_Sharing 

Another is sharing their screen.

CannotShareReasonType_Other_WB_Sharing 

Another is sharing their whiteboard.

CannotShareReasonType_Need_Grab_Myself_Screen_Sharing 

The user is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share.

CannotShareReasonType_Need_Grab_Other_Screen_Sharing 

Another is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share.

CannotShareReasonType_Need_Grab_Audio_Sharing 

Another is sharing pure computer audio, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share.

CannotShareReasonType_Need_Grap_WB_Sharing 

Other or myself is sharing whiteboard, and can Grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share.

CannotShareReasonType_Reach_Maximum 

The meeting has reached the maximum allowed screen share sessions.

CannotShareReasonType_Have_Share_From_Mainsession 

Other share screen in main session.

CannotShareReasonType_UnKnown 

Definition at line 367 of file zoom_sdk_def.h.

368{
381};
@ CannotShareReasonType_Other_WB_Sharing
Another is sharing their whiteboard.
@ CannotShareReasonType_Other_Screen_Sharing
Another is sharing their screen.
@ CannotShareReasonType_Need_Grap_WB_Sharing
Other or myself is sharing whiteboard, and can Grab. To grab, call EnableGrabShareWithoutReminder(tru...
@ CannotShareReasonType_Locked
Only the host can share.
@ CannotShareReasonType_UnKnown
@ CannotShareReasonType_Need_Grab_Other_Screen_Sharing
Another is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) bef...
@ CannotShareReasonType_Need_Grab_Audio_Sharing
Another is sharing pure computer audio, and can grab. To grab, call EnableGrabShareWithoutReminder(tr...
@ CannotShareReasonType_Need_Grab_Myself_Screen_Sharing
The user is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) be...
@ CannotShareReasonType_None
@ CannotShareReasonType_Reach_Maximum
The meeting has reached the maximum allowed screen share sessions.
@ CannotShareReasonType_Disabled
Sharing is disabled.
@ CannotShareReasonType_Have_Share_From_Mainsession
Other share screen in main session.

◆ FrameDataFormat

Enumerator
FrameDataFormat_I420_LIMITED 
FrameDataFormat_I420_FULL 

Definition at line 355 of file zoom_sdk_def.h.

356{
359};
@ FrameDataFormat_I420_FULL
@ FrameDataFormat_I420_LIMITED

◆ LastErrorType

The last error types of the SDK. Here are more detailed structural descriptions.

Enumerator
LastErrorType_None 

No error.

LastErrorType_Auth 

Error during verification.

LastErrorType_Login 

Error during login.

LastErrorType_Meeting 

The associated error with the meeting.

LastErrorType_System 

The associated error with the SDK bottom layer.

Definition at line 317 of file zoom_sdk_def.h.

318{
324};
@ LastErrorType_Auth
Error during verification.
@ LastErrorType_Login
Error during login.
@ LastErrorType_System
The associated error with the SDK bottom layer.
@ LastErrorType_Meeting
The associated error with the meeting.
@ LastErrorType_None
No error.

◆ SDK_LANGUAGE_ID

The text resource type used by the SDK. Here are more detailed structural descriptions.

Enumerator
LANGUAGE_Unknown 

For initialization.

LANGUAGE_English 

In English.

LANGUAGE_Chinese_Simplified 

In simplified Chinese.

LANGUAGE_Chinese_Traditional 

In traditional Chinese.

LANGUAGE_Japanese 

In Japanese.

LANGUAGE_Spanish 

In Spanish.

LANGUAGE_German 

In German.

LANGUAGE_French 

In French.

LANGUAGE_Portuguese 

In Portuguese.

LANGUAGE_Russian 

In Russian.

LANGUAGE_Korean 

In Korean.

LANGUAGE_Vietnamese 

In Vietnamese.

LANGUAGE_Italian 

In Italian.

LANGUAGE_Polish 

In Polish.

LANGUAGE_Turkish 

In Turkish.

LANGUAGE_Indonesian 
LANGUAGE_Dutch 
LANGUAGE_Swedish 

In Swedish.

Definition at line 90 of file zoom_sdk_def.h.

91{
107 LANGUAGE_Indonesian,//<In Indonesian.
108 LANGUAGE_Dutch,//<In Dutch.
110};
@ LANGUAGE_Russian
In Russian.
@ LANGUAGE_French
In French.
@ LANGUAGE_Chinese_Traditional
In traditional Chinese.
@ LANGUAGE_Spanish
In Spanish.
@ LANGUAGE_Unknown
For initialization.
@ LANGUAGE_Dutch
@ LANGUAGE_Japanese
In Japanese.
@ LANGUAGE_Vietnamese
In Vietnamese.
@ LANGUAGE_Polish
In Polish.
@ LANGUAGE_English
In English.
@ LANGUAGE_Italian
In Italian.
@ LANGUAGE_Swedish
In Swedish.
@ LANGUAGE_German
In German.
@ LANGUAGE_Portuguese
In Portuguese.
@ LANGUAGE_Indonesian
@ LANGUAGE_Chinese_Simplified
In simplified Chinese.
@ LANGUAGE_Korean
In Korean.
@ LANGUAGE_Turkish
In Turkish.

◆ SDKError

enum SDKError

SDK error types. Here are more detailed structural descriptions.

Enumerator
SDKERR_SUCCESS 

Success.

SDKERR_NO_IMPL 

This feature is currently invalid.

SDKERR_WRONG_USAGE 

Incorrect usage of the feature.

SDKERR_INVALID_PARAMETER 

Wrong parameter.

SDKERR_MODULE_LOAD_FAILED 

Loading module failed.

SDKERR_MEMORY_FAILED 

No memory is allocated.

SDKERR_SERVICE_FAILED 

Internal service error.

SDKERR_UNINITIALIZE 

Not initialized before the usage.

SDKERR_UNAUTHENTICATION 

Not authorized before the usage.

SDKERR_NORECORDINGINPROCESS 

No recording in process.

SDKERR_TRANSCODER_NOFOUND 

Transcoder module is not found.

SDKERR_VIDEO_NOTREADY 

The video service is not ready.

SDKERR_NO_PERMISSION 

No permission.

SDKERR_UNKNOWN 

Unknown error.

SDKERR_OTHER_SDK_INSTANCE_RUNNING 

The other instance of the SDK is in process.

SDKERR_INTERNAL_ERROR 

SDK internal error.

SDKERR_NO_AUDIODEVICE_ISFOUND 

No audio device found.

SDKERR_NO_VIDEODEVICE_ISFOUND 

No video device found.

SDKERR_TOO_FREQUENT_CALL 

API calls too frequently.

SDKERR_FAIL_ASSIGN_USER_PRIVILEGE 

User can't be assigned with new privilege.

SDKERR_MEETING_DONT_SUPPORT_FEATURE 

The current meeting doesn't support the feature.

SDKERR_MEETING_NOT_SHARE_SENDER 

The current user is not the presenter.

SDKERR_MEETING_YOU_HAVE_NO_SHARE 

There is no sharing.

SDKERR_MEETING_VIEWTYPE_PARAMETER_IS_WRONG 

Incorrect ViewType parameters.

SDKERR_MEETING_ANNOTATION_IS_OFF 

Annotation is disabled.

SDKERR_SETTING_OS_DONT_SUPPORT 

Current OS doesn't support the setting.

SDKERR_EMAIL_LOGIN_IS_DISABLED 

Email login is disable.

SDKERR_HARDWARE_NOT_MEET_FOR_VB 

Computer doesn't meet the minimum requirements to use virtual background feature.

SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER 

Need process disclaimer.

SDKERR_NO_SHARE_DATA 

There is no raw data of sharing.

SDKERR_SHARE_CANNOT_SUBSCRIBE_MYSELF 
SDKERR_NOT_IN_MEETING 
SDKERR_NOT_JOIN_AUDIO 
SDKERR_HARDWARE_DONT_SUPPORT 

The current device doesn't support the feature.

SDKERR_DOMAIN_DONT_SUPPORT 
SDKERR_MEETING_REMOTE_CONTROL_IS_OFF 

Remote control is disabled.

SDKERR_FILETRANSFER_ERROR 

Definition at line 44 of file zoom_sdk_def.h.

45{
83
84};
@ SDKERR_UNINITIALIZE
Not initialized before the usage.
@ SDKERR_NO_AUDIODEVICE_ISFOUND
No audio device found.
@ SDKERR_NOT_IN_MEETING
@ SDKERR_SUCCESS
Success.
@ SDKERR_INTERNAL_ERROR
SDK internal error.
@ SDKERR_FILETRANSFER_ERROR
@ SDKERR_VIDEO_NOTREADY
The video service is not ready.
@ SDKERR_SETTING_OS_DONT_SUPPORT
Current OS doesn't support the setting.
@ SDKERR_HARDWARE_NOT_MEET_FOR_VB
Computer doesn't meet the minimum requirements to use virtual background feature.
@ SDKERR_NO_PERMISSION
No permission.
@ SDKERR_TRANSCODER_NOFOUND
Transcoder module is not found.
@ SDKERR_UNKNOWN
Unknown error.
@ SDKERR_MEMORY_FAILED
No memory is allocated.
@ SDKERR_SHARE_CANNOT_SUBSCRIBE_MYSELF
@ SDKERR_NO_VIDEODEVICE_ISFOUND
No video device found.
@ SDKERR_EMAIL_LOGIN_IS_DISABLED
Email login is disable.
@ SDKERR_DOMAIN_DONT_SUPPORT
@ SDKERR_NO_SHARE_DATA
There is no raw data of sharing.
@ SDKERR_TOO_FREQUENT_CALL
API calls too frequently.
@ SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER
Need process disclaimer.
@ SDKERR_INVALID_PARAMETER
Wrong parameter.
@ SDKERR_NOT_JOIN_AUDIO
@ SDKERR_NO_IMPL
This feature is currently invalid.
@ SDKERR_NORECORDINGINPROCESS
No recording in process.
@ SDKERR_UNAUTHENTICATION
Not authorized before the usage.
@ SDKERR_FAIL_ASSIGN_USER_PRIVILEGE
User can't be assigned with new privilege.
@ SDKERR_WRONG_USAGE
Incorrect usage of the feature.
@ SDKERR_MEETING_VIEWTYPE_PARAMETER_IS_WRONG
Incorrect ViewType parameters.
@ SDKERR_MODULE_LOAD_FAILED
Loading module failed.
@ SDKERR_MEETING_REMOTE_CONTROL_IS_OFF
Remote control is disabled.
@ SDKERR_MEETING_NOT_SHARE_SENDER
The current user is not the presenter.
@ SDKERR_OTHER_SDK_INSTANCE_RUNNING
The other instance of the SDK is in process.
@ SDKERR_MEETING_ANNOTATION_IS_OFF
Annotation is disabled.
@ SDKERR_SERVICE_FAILED
Internal service error.
@ SDKERR_HARDWARE_DONT_SUPPORT
The current device doesn't support the feature.
@ SDKERR_MEETING_DONT_SUPPORT_FEATURE
The current meeting doesn't support the feature.
@ SDKERR_MEETING_YOU_HAVE_NO_SHARE
There is no sharing.

◆ ShareType

enum ShareType

Type of current sharing received by the user. Here are more detailed structural descriptions..

Enumerator
SHARE_TYPE_UNKNOWN 

Type unknown.

SHARE_TYPE_AS 

Type of sharing the application.

SHARE_TYPE_DS 

Type of sharing the desktop.

SHARE_TYPE_WB 

Type of sharing the white-board.

SHARE_TYPE_AIRHOST 

Type of sharing data from the device connected WIFI.

SHARE_TYPE_CAMERA 

Type of sharing the camera.

SHARE_TYPE_DATA 

Type of sharing the data.

SHARE_TYPE_VIDEO_FILE 

Type of sharing the video file.

SHARE_TYPE_FRAME 

Type of sharing the frame.

SHARE_TYPE_DOCUMENT 

Type of sharing the document.

SHARE_TYPE_COMPUTER_AUDIO 

Type of sharing the computer audio.

Definition at line 298 of file zoom_sdk_def.h.

299{
311};
@ SHARE_TYPE_AIRHOST
Type of sharing data from the device connected WIFI.
@ SHARE_TYPE_DATA
Type of sharing the data.
@ SHARE_TYPE_FRAME
Type of sharing the frame.
@ SHARE_TYPE_COMPUTER_AUDIO
Type of sharing the computer audio.
@ SHARE_TYPE_DS
Type of sharing the desktop.
@ SHARE_TYPE_DOCUMENT
Type of sharing the document.
@ SHARE_TYPE_AS
Type of sharing the application.
@ SHARE_TYPE_UNKNOWN
Type unknown.
@ SHARE_TYPE_VIDEO_FILE
Type of sharing the video file.
@ SHARE_TYPE_CAMERA
Type of sharing the camera.
@ SHARE_TYPE_WB
Type of sharing the white-board.

◆ SharingStatus

Sharing status. Here are more detailed structural descriptions..

Enumerator
Sharing_Self_Send_Begin 

Begin to share by the user himself.

Sharing_Self_Send_End 

Stop sharing by the user.

Sharing_Self_Send_Pure_Audio_Begin 

Begin to share pure audio by the user himself.

Sharing_Self_Send_Pure_Audio_End 

Stop sharing pure audio by the user.

Sharing_Other_Share_Begin 

Others begin to share.

Sharing_Other_Share_End 

Others stop sharing.

Sharing_Other_Share_Pure_Audio_Begin 

Others begin to share pure audio.

Sharing_Other_Share_Pure_Audio_End 

Others stop sharing pure audio.

Sharing_View_Other_Sharing 

View the sharing of others.

Sharing_Pause 

Pause sharing.

Sharing_Resume 

Resume sharing.

Definition at line 387 of file zoom_sdk_def.h.

388{
400};
@ Sharing_Other_Share_Pure_Audio_Begin
Others begin to share pure audio.
@ Sharing_Self_Send_Begin
Begin to share by the user himself.
@ Sharing_Self_Send_Pure_Audio_End
Stop sharing pure audio by the user.
@ Sharing_View_Other_Sharing
View the sharing of others.
@ Sharing_Self_Send_Pure_Audio_Begin
Begin to share pure audio by the user himself.
@ Sharing_Other_Share_Pure_Audio_End
Others stop sharing pure audio.
@ Sharing_Pause
Pause sharing.
@ Sharing_Resume
Resume sharing.
@ Sharing_Self_Send_End
Stop sharing by the user.
@ Sharing_Other_Share_Begin
Others begin to share.
@ Sharing_Other_Share_End
Others stop sharing.

◆ ZoomSDKAudioChannel

Enumerator
ZoomSDKAudioChannel_Mono 
ZoomSDKAudioChannel_Stereo 

Definition at line 361 of file zoom_sdk_def.h.

362{
365};
@ ZoomSDKAudioChannel_Stereo
@ ZoomSDKAudioChannel_Mono

◆ ZoomSDKRawDataMemoryMode

Enumerator
ZoomSDKRawDataMemoryModeStack 
ZoomSDKRawDataMemoryModeHeap 

Definition at line 112 of file zoom_sdk_def.h.

113{
116};
@ ZoomSDKRawDataMemoryModeStack
@ ZoomSDKRawDataMemoryModeHeap