CheckGridResult

data class CheckGridResult(val removeAltGrid: Boolean, val numToAdd: Int, val numRows: Int, val numCols: Int, val remainingVideos: Int, val actualRows: Int, val lastRowCols: Int)

Result of grid configuration check.

Constructors

Link copied to clipboard
constructor(removeAltGrid: Boolean, numToAdd: Int, numRows: Int, numCols: Int, remainingVideos: Int, actualRows: Int, lastRowCols: Int)

Properties

Link copied to clipboard

The actual number of rows

Link copied to clipboard

The number of columns in the last row

Link copied to clipboard

The number of columns

Link copied to clipboard

The number of rows

Link copied to clipboard

The number of elements to add

Link copied to clipboard

The remaining videos count

Link copied to clipboard

Whether to remove the alternate grid