ZOOM Windows SDK
5.2.42037.1112
|
ZOOM windows SDK Common Definition File. More...
#include <tchar.h>
Go to the source code of this file.
Classes | |
struct | tagWndPosition |
The position of the window. The coordinate of position is that of monitor when the parent window is null. If the the parent window is not null, the position coordinate is that of the parent window. Here are more detailed structural descriptions. More... | |
struct | tagCustomizedLanguageInfo |
struct | tagConfigurableOptions |
SDK configuration options. More... | |
struct | tagZoomSDKRenderOptions |
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 > |
Typedefs | |
typedef struct tagWndPosition | WndPosition |
typedef struct tagCustomizedLanguageInfo | CustomizedLanguageInfo |
typedef struct tagConfigurableOptions | ConfigurableOptions |
typedef struct tagZoomSDKRenderOptions | ZoomSDKRenderOptions |
typedef struct tagRawDataOptions | RawDataOptions |
typedef struct tagInitParam | InitParam |
Enumerations | |
enum | SDKError { SDKERR_SUCCESS = 0, SDKERR_NO_IMPL, SDKERR_WRONG_USEAGE, 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_INTELNAL_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 } |
SDK error types. Here are more detailed structural descriptions. More... | |
enum | SDK_LANGUAGE_ID { LANGUAGE_Unknow = 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 } |
The text resource type used by the SDK. Here are more detailed structural descriptions. More... | |
enum | CustomizedLanguageType { CustomizedLanguage_None, CustomizedLanguage_FilePath, CustomizedLanguage_Content } |
Custom resource type used by the SDK. Here are more detailed structural descriptions. More... | |
enum | SDK_APP_Locale { SDK_APP_Locale_Default, SDK_APP_Locale_CN } |
SDK_APP locale type. Here are more detailed structural descriptions. | |
enum | ZoomSDKRawDataMemoryMode { ZoomSDKRawDataMemoryModeStack, ZoomSDKRawDataMemoryModeHeap } |
enum | ZoomSDKVideoRenderMode { ZoomSDKVideoRenderMode_None = 0, ZoomSDKVideoRenderMode_Auto, ZoomSDKVideoRenderMode_D3D11EnableFLIP, ZoomSDKVideoRenderMode_D3D11, ZoomSDKVideoRenderMode_D3D9, ZoomSDKVideoRenderMode_GDI } |
enum | ZoomSDKRenderPostProcessing { ZoomSDKRenderPostProcessing_None = 0, ZoomSDKRenderPostProcessing_Auto, ZoomSDKRenderPostProcessing_Enable, ZoomSDKRenderPostProcessing_Disable } |
enum | ZoomSDKVideoCaptureMethod { ZoomSDKVideoCaptureMethod_None = 0, ZoomSDKVideoCaptureMethod_Auto, ZoomSDKVideoCaptureMethod_DirectSHow, ZoomSDKVideoCaptureMethod_MediaFoundation } |
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... | |
Variables | |
const RECT | _SDK_TEST_VIDEO_INIT_RECT = {0,0,0,0} |
ZOOM windows SDK Common Definition File.
SDK utility Definition of ZOOM windows.
Custom resource type used by the SDK. Here are more detailed structural descriptions.
enum LastErrorType |
The last error types of the SDK. Here are more detailed structural descriptions.
enum SDK_LANGUAGE_ID |
The text resource type used by the SDK. Here are more detailed structural descriptions.
enum SDKError |
SDK error types. Here are more detailed structural descriptions.