Zoom Rooms Controller SDK Reference 6.5.0
|
Video thumb info. More...
#include <IMeetingViewLayoutHelper.h>
Data Fields | |
bool | isSupported = false |
TRUE indicates video thumb is supported. | |
VideoThumbPosition | position = VideoThumbPositionCenter |
Video thumb position, see VideoThumbPosition enum. | |
VideoThumbSize | size = VideoThumbSizeOff |
Video thumb size, see VideoThumbSize enum. | |
VideoPageStatus | videoPageStatus |
Video page status. | |
bool | isThumbnailOnTop = false |
TRUE indicates video thumbnail is at top of screen. | |
Video thumb info.
Definition at line 145 of file IMeetingViewLayoutHelper.h.
bool VideoThumbInfo::isSupported = false |
TRUE indicates video thumb is supported.
Definition at line 147 of file IMeetingViewLayoutHelper.h.
bool VideoThumbInfo::isThumbnailOnTop = false |
TRUE indicates video thumbnail is at top of screen.
Definition at line 151 of file IMeetingViewLayoutHelper.h.
VideoThumbPosition VideoThumbInfo::position = VideoThumbPositionCenter |
Video thumb position, see VideoThumbPosition enum.
Definition at line 148 of file IMeetingViewLayoutHelper.h.
VideoThumbSize VideoThumbInfo::size = VideoThumbSizeOff |
Video thumb size, see VideoThumbSize enum.
Definition at line 149 of file IMeetingViewLayoutHelper.h.
VideoPageStatus VideoThumbInfo::videoPageStatus |
Video page status.
Definition at line 150 of file IMeetingViewLayoutHelper.h.