shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers
/
AddVideosGridOptions
Add
Videos
Grid
Options
data
class
AddVideosGridOptions
(
val
mainGridStreams
:
List
<
Stream
>
,
val
altGridStreams
:
List
<
Stream
>
,
val
numRows
:
Int
,
val
numCols
:
Int
,
val
actualRows
:
Int
,
val
lastRowCols
:
Int
,
val
removeAltGrid
:
Boolean
,
val
parameters
:
AddVideosGridParameters
)
Options for adding participants to the video grid.
Members
Constructors
Add
Videos
Grid
Options
Link copied to clipboard
constructor
(
mainGridStreams
:
List
<
Stream
>
,
altGridStreams
:
List
<
Stream
>
,
numRows
:
Int
,
numCols
:
Int
,
actualRows
:
Int
,
lastRowCols
:
Int
,
removeAltGrid
:
Boolean
,
parameters
:
AddVideosGridParameters
)
Properties
actual
Rows
Link copied to clipboard
val
actualRows
:
Int
alt
Grid
Streams
Link copied to clipboard
val
altGridStreams
:
List
<
Stream
>
last
Row
Cols
Link copied to clipboard
val
lastRowCols
:
Int
main
Grid
Streams
Link copied to clipboard
val
mainGridStreams
:
List
<
Stream
>
num
Cols
Link copied to clipboard
val
numCols
:
Int
num
Rows
Link copied to clipboard
val
numRows
:
Int
parameters
Link copied to clipboard
val
parameters
:
AddVideosGridParameters
remove
Alt
Grid
Link copied to clipboard
val
removeAltGrid
:
Boolean