Zoom Rooms Controller SDK Reference 6.5.0
|
Video page status. More...
#include <IMeetingViewLayoutHelper.h>
Data Fields | |
bool | isInFirstPage = false |
TRUE indicates video page is in first page. | |
bool | isInLastPage = false |
TRUE indicates video page is in last first page. | |
PageVideoType | pageVideoType = PageVideoTypeGalleryView |
Page video type, see PageVideoType enum. | |
int | videoCountInCurrentPage = 0 |
Video count in current page. | |
Video page status.
Definition at line 135 of file IMeetingViewLayoutHelper.h.
bool VideoPageStatus::isInFirstPage = false |
TRUE indicates video page is in first page.
Definition at line 137 of file IMeetingViewLayoutHelper.h.
bool VideoPageStatus::isInLastPage = false |
TRUE indicates video page is in last first page.
Definition at line 138 of file IMeetingViewLayoutHelper.h.
PageVideoType VideoPageStatus::pageVideoType = PageVideoTypeGalleryView |
Page video type, see PageVideoType enum.
Definition at line 139 of file IMeetingViewLayoutHelper.h.
int VideoPageStatus::videoCountInCurrentPage = 0 |
Video count in current page.
Definition at line 140 of file IMeetingViewLayoutHelper.h.