Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting Video interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | ScreenStatusForPin |
Screen status for pin video or pin share. More... | |
struct | SpotlightStatus |
Spotlight status. More... | |
struct | MyVideoTouchUpSettings |
My video touch up settings. More... | |
struct | MyVideoLowLightSettings |
My video low light settings. More... | |
struct | MyVideoSettings |
My video settings. More... | |
struct | MyMeetingVideoSettings |
My meeting video settings of the specific meeting, which includes my video settings and the specific meeting. More... | |
class | IMeetingVideoHelperSink |
Meeting Video helper event callback. More... | |
class | IMeetingVideoHelper |
Meeting Video helper interface. More... | |
Enumerations | |
enum | PinShareWarningType { PinShareWarningTypeNone = 0 , PinShareWarningTypeNoAnnotationForSelf , PinShareWarningTypeStopSelfShare , PinShareWarningTypeStopCameraShare , PinShareWarningTypeStopWhiteboard } |
Screen pin share warning type. Here are more detailed structural descriptions. More... | |
enum | CanNotPinShareReason { CanNotPinShareReasonUnknown = 1 , CanNotPinShareReasonContentOnly } |
Screen cannot pin share reason. Here are more detailed structural descriptions. More... | |
enum | PreviewVideoType { PreviewVideoTypeCameraSettings = 0 , PreviewVideoTypeVirtualBackground , PreviewVideoTypeMeetingAlert } |
Preview video type. Here are more detailed structural descriptions. More... | |
enum CanNotPinShareReason |
Screen cannot pin share reason. Here are more detailed structural descriptions.
Enumerator | |
---|---|
CanNotPinShareReasonUnknown | Unclassified reason. |
CanNotPinShareReasonContentOnly | Content only not enabled, current ScreenLayoutSourceType is not ScreenLayoutSourceTypeSharedContent. |
Definition at line 30 of file IMeetingVideoHelper.h.
enum PinShareWarningType |
Screen pin share warning type. Here are more detailed structural descriptions.
Definition at line 17 of file IMeetingVideoHelper.h.
enum PreviewVideoType |
Preview video type. Here are more detailed structural descriptions.
Definition at line 40 of file IMeetingVideoHelper.h.