Meeting SDK for Linux API Reference
|
Meeting Service Video Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
struct | tagVideoSize |
struct | tagSDKVideoPreferenceSetting |
When setting custom modes, the developer provides the maximum and minimum frame rates. If the current bandwidth cannot maintain the minimum frame rate, the video system will drop to the next lower resolution. The default maximum and minimum frame rates for other modes are 0. More... | |
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 |
When setting custom modes, the developer provides the maximum and minimum frame rates. If the current bandwidth cannot maintain the minimum frame rate, the video system will drop to the next lower resolution. The default maximum and minimum frame rates for other modes are 0. | |
Meeting Service Video Interface.
Definition in file meeting_video_interface.h.
typedef struct tagSDKVideoPreferenceSetting SDKVideoPreferenceSetting |
When setting custom modes, the developer provides the maximum and minimum frame rates. If the current bandwidth cannot maintain the minimum frame rate, the video system will drop to the next lower resolution. The default maximum and minimum frame rates for other modes are 0.
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 173 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 162 of file meeting_video_interface.h.
enum PinResult |
Definition at line 287 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 59 of file meeting_video_interface.h.
enum SpotlightResult |
Definition at line 305 of file meeting_video_interface.h.
The video quality of the user. Here are more detailed structural descriptions.
Definition at line 31 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.