|
Video SDK for Windows API Reference
|
Go to the source code of this file.
Macros | |
| #define | ZOOM_VIDEO_SDK_EXPORT __declspec(dllimport) |
Typedefs | |
| typedef signed char | int8_t |
| typedef unsigned char | uint8_t |
| typedef short | int16_t |
| typedef unsigned short | uint16_t |
| typedef int | int32_t |
| typedef unsigned int | uint32_t |
| typedef __int64 | int64_t |
| typedef unsigned __int64 | uint64_t |
| typedef wchar_t | zchar_t |
| #define ZOOM_VIDEO_SDK_EXPORT __declspec(dllimport) |
windows
Definition at line 8 of file zoom_video_sdk_platform.h.
| typedef short int16_t |
Definition at line 17 of file zoom_video_sdk_platform.h.
| typedef int int32_t |
Definition at line 19 of file zoom_video_sdk_platform.h.
| typedef __int64 int64_t |
Definition at line 21 of file zoom_video_sdk_platform.h.
| typedef signed char int8_t |
defined(WIN32)
Definition at line 15 of file zoom_video_sdk_platform.h.
| typedef unsigned short uint16_t |
Definition at line 18 of file zoom_video_sdk_platform.h.
| typedef unsigned int uint32_t |
Definition at line 20 of file zoom_video_sdk_platform.h.
| typedef unsigned __int64 uint64_t |
Definition at line 22 of file zoom_video_sdk_platform.h.
| typedef unsigned char uint8_t |
Definition at line 16 of file zoom_video_sdk_platform.h.
| typedef wchar_t zchar_t |
Definition at line 23 of file zoom_video_sdk_platform.h.