Windows SDK API Reference
|
ZOOM windows SDK Common Definition File. More...
#include <tchar.h>
Go to the source code of this file.
Data Structures | |
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 > |
Macros | |
#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; |
#define | ENABLE_CUSTOMIZED_UI_FLAG (1 << 5) |
#define | SDK_NULL_AUDIO_FILE_HANDLE (0xffffffff) |
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 |
Variables | |
const RECT | _SDK_TEST_VIDEO_INIT_RECT = {0,0,0,0} |
ZOOM windows SDK Common Definition File.
SDK utility Definition of ZOOM windows.
Definition in file zoom_sdk_def.h.
#define BEGIN_ZOOM_SDK_NAMESPACE namespace ZOOM_SDK_NAMESPACE { |
Definition at line 20 of file zoom_sdk_def.h.
#define ENABLE_CUSTOMIZED_UI_FLAG (1 << 5) |
Definition at line 141 of file zoom_sdk_def.h.
#define END_ZOOM_SDK_NAMESPACE }; |
Definition at line 21 of file zoom_sdk_def.h.
#define PLATFORM_EXPORT __declspec(dllexport) |
Definition at line 10 of file zoom_sdk_def.h.
#define PLATFORM_IMPORT __declspec(dllimport) |
Definition at line 9 of file zoom_sdk_def.h.
#define SDK_API |
Definition at line 16 of file zoom_sdk_def.h.
#define SDK_NULL_AUDIO_FILE_HANDLE (0xffffffff) |
Definition at line 316 of file zoom_sdk_def.h.
#define USING_ZOOM_SDK_NAMESPACE using namespace ZOOM_SDK_NAMESPACE; |
Definition at line 22 of file zoom_sdk_def.h.
#define ZOOM_SDK_NAMESPACE ZOOMSDK |
Definition at line 19 of file zoom_sdk_def.h.
typedef struct tagConfigurableOptions ConfigurableOptions |
typedef struct tagCustomizedLanguageInfo CustomizedLanguageInfo |
typedef struct tagInitParam InitParam |
typedef struct tagRawDataOptions RawDataOptions |
typedef struct tagWndPosition WndPosition |
typedef struct tagZoomSDKRenderOptions ZoomSDKRenderOptions |
Custom resource type used by the SDK. Here are more detailed structural descriptions.
Definition at line 111 of file zoom_sdk_def.h.
enum LastErrorType |
The last error types of the SDK. Here are more detailed structural descriptions.
Definition at line 282 of file zoom_sdk_def.h.
enum SDK_APP_Locale |
SDK_APP locale type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
SDK_APP_Locale_Default | |
SDK_APP_Locale_CN |
Definition at line 159 of file zoom_sdk_def.h.
enum SDK_LANGUAGE_ID |
The text resource type used by the SDK. Here are more detailed structural descriptions.
Definition at line 69 of file zoom_sdk_def.h.
enum SDKError |
SDK error types. Here are more detailed structural descriptions.
Definition at line 29 of file zoom_sdk_def.h.
enum ShareType |
Type of current sharing received by the user. Here are more detailed structural descriptions..
Definition at line 267 of file zoom_sdk_def.h.
Enumerator | |
---|---|
ZoomSDKRawDataMemoryModeStack | |
ZoomSDKRawDataMemoryModeHeap |
Definition at line 165 of file zoom_sdk_def.h.
Enumerator | |
---|---|
ZoomSDKRenderPostProcessing_None | |
ZoomSDKRenderPostProcessing_Auto | |
ZoomSDKRenderPostProcessing_Enable | |
ZoomSDKRenderPostProcessing_Disable |
Definition at line 181 of file zoom_sdk_def.h.
Enumerator | |
---|---|
ZoomSDKVideoCaptureMethod_None | |
ZoomSDKVideoCaptureMethod_Auto | |
ZoomSDKVideoCaptureMethod_DirectSHow | |
ZoomSDKVideoCaptureMethod_MediaFoundation |
Definition at line 189 of file zoom_sdk_def.h.
Enumerator | |
---|---|
ZoomSDKVideoRenderMode_None | |
ZoomSDKVideoRenderMode_Auto | |
ZoomSDKVideoRenderMode_D3D11EnableFLIP | |
ZoomSDKVideoRenderMode_D3D11 | |
ZoomSDKVideoRenderMode_D3D9 | |
ZoomSDKVideoRenderMode_GDI |
Definition at line 171 of file zoom_sdk_def.h.
const RECT _SDK_TEST_VIDEO_INIT_RECT = {0,0,0,0} |
Definition at line 317 of file zoom_sdk_def.h.