Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKUser.h File Reference

Interface for user information and operations including user properties, audio/video status, statistics, and user interaction methods. More...

import <Foundation/Foundation.h>
import <ZoomVideoSDK/ZoomVideoSDKRawDataPipe.h>
import <ZoomVideoSDK/ZoomVideoSDKVideoCanvas.h>
import <ZoomVideoSDK/ZoomVideoSDKRemoteCameraControlHelper.h>
import <ZoomVideoSDK/ZoomVideoSDKShareHelper.h>

Go to the source code of this file.

Classes

class  ZoomVideoSDKQOSStatistics
 Base QOS statistics for media streams (Audio, Video, Share). More...
class  ZoomVideoSDKQOSSendStatistics
 QOS statistics for outbound media stream (sending). More...
class  ZoomVideoSDKQOSRecvStatistics
 QOS statistics for inbound media stream (receiving). More...
class  ZoomVideoSDKVideoStatisticInfo
 Video statistic information. Inherits common QOS fields from ZoomVideoSDKQOSStatistics (width, height, fps, bps, networkLevel). More...
class  ZoomVideoSDKShareStatisticInfo
 Share statistic information. Inherits from ZoomVideoSDKQOSStatistics (width, height, fps, bps, networkLevel). More...
class  ZoomVideoSDKAudioStatus
 Audio status of user. More...
class  ZoomVideoSDKUser
 Zoom Video SDK user information. More...

Enumerations

enum  ZoomVideoSDKStatisticsDirection { ZoomVideoSDKStatisticsDirection_Send = 0 , ZoomVideoSDKStatisticsDirection_Receive = 1 }
 Direction of media statistics. More...

Detailed Description

Interface for user information and operations including user properties, audio/video status, statistics, and user interaction methods.

Definition in file ZoomVideoSDKUser.h.

Enumeration Type Documentation

◆ ZoomVideoSDKStatisticsDirection

Direction of media statistics.

Enumerator
ZoomVideoSDKStatisticsDirection_Send 

Sending media statistics

ZoomVideoSDKStatisticsDirection_Receive 

Receiving media statistics

Definition at line 17 of file ZoomVideoSDKUser.h.

17 {
22};
@ ZoomVideoSDKStatisticsDirection_Send
@ ZoomVideoSDKStatisticsDirection_Receive