Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
GalleryGridSize Struct Reference

Gallery grid size. More...

#include <ZRCSDKTypes.h>

Data Fields

uint32_t maxRows = 0
 Number of the grid rows.
 
uint32_t maxColumns = 0
 Number of the grid columns.
 

Detailed Description

Gallery grid size.

Definition at line 1296 of file ZRCSDKTypes.h.

Field Documentation

◆ maxColumns

uint32_t GalleryGridSize::maxColumns = 0

Number of the grid columns.

Definition at line 1299 of file ZRCSDKTypes.h.

◆ maxRows

uint32_t GalleryGridSize::maxRows = 0

Number of the grid rows.

Definition at line 1298 of file ZRCSDKTypes.h.