Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
VideoPageStatus Struct Reference

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.
 

Detailed Description

Video page status.

Definition at line 135 of file IMeetingViewLayoutHelper.h.

Field Documentation

◆ isInFirstPage

bool VideoPageStatus::isInFirstPage = false

TRUE indicates video page is in first page.

Definition at line 137 of file IMeetingViewLayoutHelper.h.

◆ isInLastPage

bool VideoPageStatus::isInLastPage = false

TRUE indicates video page is in last first page.

Definition at line 138 of file IMeetingViewLayoutHelper.h.

◆ pageVideoType

PageVideoType VideoPageStatus::pageVideoType = PageVideoTypeGalleryView

Page video type, see PageVideoType enum.

Definition at line 139 of file IMeetingViewLayoutHelper.h.

◆ videoCountInCurrentPage

int VideoPageStatus::videoCountInCurrentPage = 0

Video count in current page.

Definition at line 140 of file IMeetingViewLayoutHelper.h.