Meeting SDK for Windows 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. More... | |
struct | tagCustomizedLanguageInfo |
The custom resource information used by the SDK. More... | |
struct | tagConfigurableOptions |
struct | tagZoomSDKRenderOptions |
Video render options. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515.. More... | |
struct | tagRawDataOptions |
Rawdata options. More... | |
struct | tagInitParam |
Initialize the SDK Parameter. 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... | |
struct | tagGrantCoOwnerAssetsInfo |
Asset information. More... | |
Macros | |
#define | TLS_KEY_DEF uint32_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; |
#define | ENABLE_CUSTOMIZED_UI_FLAG (1 << 5) |
SDK configuration options. | |
#define | SDK_NULL_AUDIO_FILE_HANDLE (0xffffffff) |
Typedefs | |
typedef wchar_t | zchar_t |
typedef struct tagWndPosition | WndPosition |
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. | |
typedef struct tagCustomizedLanguageInfo | CustomizedLanguageInfo |
The custom resource information used by the SDK. | |
typedef struct tagConfigurableOptions | ConfigurableOptions |
typedef struct tagZoomSDKRenderOptions | ZoomSDKRenderOptions |
Video render options. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515.. | |
typedef struct tagRawDataOptions | RawDataOptions |
Rawdata options. | |
typedef struct tagInitParam | InitParam |
Initialize the SDK Parameter. | |
typedef struct tagGrantCoOwnerAssetsInfo | GrantCoOwnerAssetsInfo |
Asset information. | |
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 34 of file zoom_sdk_def.h.
#define ENABLE_CUSTOMIZED_UI_FLAG (1 << 5) |
SDK configuration options.
Definition at line 235 of file zoom_sdk_def.h.
#define END_ZOOM_SDK_NAMESPACE }; |
Definition at line 35 of file zoom_sdk_def.h.
#define PLATFORM_EXPORT __declspec(dllexport) |
Definition at line 24 of file zoom_sdk_def.h.
#define PLATFORM_IMPORT __declspec(dllimport) |
Definition at line 23 of file zoom_sdk_def.h.
#define SDK_API |
Definition at line 30 of file zoom_sdk_def.h.
#define SDK_NULL_AUDIO_FILE_HANDLE (0xffffffff) |
Definition at line 490 of file zoom_sdk_def.h.
#define TLS_KEY_DEF uint32_t |
Definition at line 10 of file zoom_sdk_def.h.
#define USING_ZOOM_SDK_NAMESPACE using namespace ZOOM_SDK_NAMESPACE; |
Definition at line 36 of file zoom_sdk_def.h.
#define ZOOM_SDK_NAMESPACE ZOOMSDK |
Definition at line 33 of file zoom_sdk_def.h.
typedef struct tagConfigurableOptions ConfigurableOptions |
typedef struct tagCustomizedLanguageInfo CustomizedLanguageInfo |
The custom resource information used by the SDK.
typedef struct tagGrantCoOwnerAssetsInfo GrantCoOwnerAssetsInfo |
Asset information.
typedef struct tagInitParam InitParam |
Initialize the SDK Parameter.
typedef struct tagRawDataOptions RawDataOptions |
Rawdata options.
typedef struct tagWndPosition WndPosition |
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.
typedef wchar_t zchar_t |
Definition at line 9 of file zoom_sdk_def.h.
typedef struct tagZoomSDKRenderOptions ZoomSDKRenderOptions |
Video render options. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515..
Enumeration of reasons why sharing is not allowed.
Definition at line 519 of file zoom_sdk_def.h.
Custom resource type used by the SDK.
Definition at line 201 of file zoom_sdk_def.h.
enum FrameDataFormat |
Enumeration of video frame data format.
Enumerator | |
---|---|
FrameDataFormat_I420_LIMITED | I420 format with limited (TV) range color space. |
FrameDataFormat_I420_FULL | I420 format with full (PC) range color space. |
Definition at line 497 of file zoom_sdk_def.h.
Enumeration of asset type.
Enumerator | |
---|---|
GrantCoOwnerAssetsType_None | For initialization. |
GrantCoOwnerAssetsType_Summary | Summary. |
GrantCoOwnerAssetsType_CloudRecording | CloudRecording. |
Definition at line 595 of file zoom_sdk_def.h.
enum LastErrorType |
Enumeration of the last error types of the SDK.
Definition at line 442 of file zoom_sdk_def.h.
enum SDK_APP_Locale |
Enumeration of locale type.
Enumerator | |
---|---|
SDK_APP_Locale_Default | |
SDK_APP_Locale_CN |
Definition at line 254 of file zoom_sdk_def.h.
enum SDK_LANGUAGE_ID |
Enumeration of the text resource type used by the SDK.
Definition at line 124 of file zoom_sdk_def.h.
enum SDKError |
Enumeration of common errors of SDK.
Definition at line 42 of file zoom_sdk_def.h.
enum ShareType |
Enumeration of types of shared content.
Definition at line 413 of file zoom_sdk_def.h.
enum SharingStatus |
Enumeration of sharing status.
Definition at line 554 of file zoom_sdk_def.h.
enum ZoomSDKAudioChannel |
Enumeration of the audio modes.
Enumerator | |
---|---|
ZoomSDKAudioChannel_Mono | Single channel audio. |
ZoomSDKAudioChannel_Stereo | Stereo audio. |
Definition at line 508 of file zoom_sdk_def.h.
Enumeration of memory modes for raw data handling.
Enumerator | |
---|---|
ZoomSDKRawDataMemoryModeStack | Use stack memory. |
ZoomSDKRawDataMemoryModeHeap | Use heap memory. |
Definition at line 167 of file zoom_sdk_def.h.
Enumeration of render post processing mode. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515..
Definition at line 282 of file zoom_sdk_def.h.
Enumeration of video capturing mode. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515..
Definition at line 297 of file zoom_sdk_def.h.
Enumeration of video render mode. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066515..
Definition at line 263 of file zoom_sdk_def.h.
const RECT _SDK_TEST_VIDEO_INIT_RECT = {0,0,0,0} |
Definition at line 491 of file zoom_sdk_def.h.