Meeting Service Video Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
struct | tagVideoSize |
struct | tagSDKVideoPreferenceSetting |
class | ISetVideoOrderHelper |
set video order helper interface. More... | |
class | IRequestStartVideoHandler |
Process after the user receives the requirement from the host to turn on the video. More... | |
class | ICameraControlRequestHandler |
Camera control request. More... | |
class | IMeetingVideoCtrlEvent |
Meeting video controller event callback. More... | |
class | IMeetingCameraHelper |
Meeting camera helper interface. More... | |
class | IMeetingVideoController |
Meeting video controller interface. More... | |
Typedefs | |
typedef struct tagVideoSize | VideoSize |
typedef struct tagSDKVideoPreferenceSetting | SDKVideoPreferenceSetting |
Meeting Service Video Interface.
Definition in file meeting_video_interface.h.
typedef struct tagSDKVideoPreferenceSetting SDKVideoPreferenceSetting |
typedef struct tagVideoSize VideoSize |
The camera control request result. Here are more detailed structural descriptions.
Enumerator | |
---|---|
CameraControlRequestResult_Approve | |
CameraControlRequestResult_Decline | |
CameraControlRequestResult_Revoke |
Definition at line 138 of file meeting_video_interface.h.
The camera control request type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
CameraControlRequestType_Unknown | |
CameraControlRequestType_RequestControl | |
CameraControlRequestType_GiveUpControl |
Definition at line 127 of file meeting_video_interface.h.
enum PinResult |
Definition at line 223 of file meeting_video_interface.h.
Select and use any of the defined preference mode below when initializing the SDKVideoPreferenceSetting. Video preference modes determined the video frame rate and resolution based on the user's bandwidth. Here are more detailed structural descriptions.
Definition at line 52 of file meeting_video_interface.h.
enum SpotlightResult |
Definition at line 235 of file meeting_video_interface.h.
The video quality of the user. Here are more detailed structural descriptions.
Definition at line 28 of file meeting_video_interface.h.
enum VideoStatus |
The video status of the user. Here are more detailed structural descriptions.
Enumerator | |
---|---|
Video_ON | Video is on. |
Video_OFF | Video is off. |
Video_Mute_ByHost | Video is muted by host. |
Definition at line 18 of file meeting_video_interface.h.