Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_platform.h File 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
 

Macro Definition Documentation

◆ ZOOM_VIDEO_SDK_EXPORT

#define ZOOM_VIDEO_SDK_EXPORT   __declspec(dllimport)

Definition at line 8 of file zoom_video_sdk_platform.h.

Typedef Documentation

◆ int16_t

typedef short int16_t

Definition at line 17 of file zoom_video_sdk_platform.h.

◆ int32_t

typedef int int32_t

Definition at line 19 of file zoom_video_sdk_platform.h.

◆ int64_t

typedef __int64 int64_t

Definition at line 21 of file zoom_video_sdk_platform.h.

◆ int8_t

typedef signed char int8_t

Definition at line 15 of file zoom_video_sdk_platform.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 18 of file zoom_video_sdk_platform.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 20 of file zoom_video_sdk_platform.h.

◆ uint64_t

typedef unsigned __int64 uint64_t

Definition at line 22 of file zoom_video_sdk_platform.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 16 of file zoom_video_sdk_platform.h.

◆ zchar_t

typedef wchar_t zchar_t

Definition at line 23 of file zoom_video_sdk_platform.h.