Zoom Rooms Controller SDK Reference 6.5.0
|
Video layout status. Default is Speaker View layout. More...
#include <IMeetingViewLayoutHelper.h>
Data Fields | |
bool | canSwitchSpeakerView = false |
TRUE indicates can switch to Speaker View layout. | |
bool | canSwitchThumbnailView = false |
TRUE indicates can switch to Thumbnail View layout. | |
bool | canSwitchGalleryView = false |
TRUE indicates can switch to Gallery View layout. | |
bool | canSwitchContentOnly = false |
TRUE indicates can switch to Content Only layout. | |
bool | canSwitchDynamicLayout = false |
TRUE indicates can switch to Dynamic View layout. | |
bool | isInThumbnail = false |
TRUE indicates Current is in Thumbnail View layout. | |
bool | isInGalleryView = false |
TRUE indicates current is in Gallery View layout. | |
bool | isInContentOnly = false |
TRUE indicates current is in Content Only layout. | |
bool | isInImmersive = false |
TRUE indicates current is in Immersive View layout. | |
bool | isInDynamicLayout = false |
TRUE indicates current is in Dynamic View layout. | |
bool | canAdjustFloatingVideo = false |
TRUE indicates can adjust floating video. | |
bool | canSwitchFloatingShareContent = false |
TRUE indicates can switch between floating video and floating shared content. | |
bool | isInFloatingShareContent = false |
TRUE indicates current is in floating shared content. | |
Video layout status. Default is Speaker View layout.
Definition at line 156 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canAdjustFloatingVideo = false |
TRUE indicates can adjust floating video.
Definition at line 170 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchContentOnly = false |
TRUE indicates can switch to Content Only layout.
Definition at line 161 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchDynamicLayout = false |
TRUE indicates can switch to Dynamic View layout.
Definition at line 162 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchFloatingShareContent = false |
TRUE indicates can switch between floating video and floating shared content.
Definition at line 171 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchGalleryView = false |
TRUE indicates can switch to Gallery View layout.
Definition at line 160 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchSpeakerView = false |
TRUE indicates can switch to Speaker View layout.
Definition at line 158 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::canSwitchThumbnailView = false |
TRUE indicates can switch to Thumbnail View layout.
Definition at line 159 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInContentOnly = false |
TRUE indicates current is in Content Only layout.
Definition at line 166 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInDynamicLayout = false |
TRUE indicates current is in Dynamic View layout.
Definition at line 168 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInFloatingShareContent = false |
TRUE indicates current is in floating shared content.
Definition at line 172 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInGalleryView = false |
TRUE indicates current is in Gallery View layout.
Definition at line 165 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInImmersive = false |
TRUE indicates current is in Immersive View layout.
Definition at line 167 of file IMeetingViewLayoutHelper.h.
bool VideoLayoutStatus::isInThumbnail = false |
TRUE indicates Current is in Thumbnail View layout.
Definition at line 164 of file IMeetingViewLayoutHelper.h.