|
Video SDK for MacOS API Reference
|
Defines user-related interfaces and functionalities in Zoom Video SDK. More...
import <Foundation/Foundation.h>import <ZMVideoSDK/ZMVideoSDKDef.h>import <ZMVideoSDK/ZMVideoSDKVideoCanvas.h>Go to the source code of this file.
Data Structures | |
| class | ZMVideoSDKVideoStatus |
| ZMVideoSDKVideoStatus provides information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off). More... | |
| class | ZMVideoSDKAudioStatus |
| Audio status interface. More... | |
| class | ZMVideoSDKQOSStatistics |
| Base QOS statistics for media streams (Audio, Video, Share). More... | |
| class | ZMVideoSDKQOSSendStatistics |
| QOS statistics for outbound media stream (sending). More... | |
| class | ZMVideoSDKQOSRecvStatistics |
| QOS statistics for inbound media stream (receiving). More... | |
| class | ZMVideoSDKVideoStatisticInfo |
| Video statistic information. Inherits QOS fields (width, height, fps, bps, direction, networkLevel, statisticsType) from ZMVideoSDKQOSStatistics. More... | |
| class | ZMVideoSDKShareStatisticInfo |
| Share statistic information. Inherits QOS fields (width, height, fps, bps, direction, networkLevel, statisticsType) from ZMVideoSDKQOSStatistics. More... | |
| class | ZMVideoSDKYUVRawDataI420 |
| YUV raw data 420 infomation interface. More... | |
| class | ZMVideoSDKShareCursorData |
| Represents the cursor position data during screen sharing. More... | |
| protocol | <ZMVideoSDKRawDataPipeDelegate> |
| Raw data pipe delegate interface. More... | |
| class | ZMVideoSDKRawDataPipe |
| Video or share raw data pipe interface. More... | |
| class | ZMVideoSDKCameraControlRequestHandler |
| Camera control request handler object interface. More... | |
| class | ZMVideoSDKRemoteCameraControlHelper |
| Remote camera control helper object interface. More... | |
| class | ZMVideoSDKUser |
| Zoom Video SDK user information. More... | |
| class | ZMVideoSDKUserHelper |
| User control interface. More... | |
Defines user-related interfaces and functionalities in Zoom Video SDK.
Definition in file ZMVideoSDKUserHelper.h.