AddVideosGridParameters class abstract
Parameters for adding videos to the grid, extending functionality from update mini-cards and audio card parameters.
This class defines the necessary parameters required to manage the addition of participant video, audio, and mini-cards to the video grid, incorporating audio and video display options.
- Implemented types
- Implementers
Constructors
Properties
-
audioDecibels
→ List<
AudioDecibels> -
no setterinherited
- coHost → String
-
no setterinherited
-
coHostResponsibility
→ List<
CoHostResponsibility> -
no setterinherited
- componentSizes → ComponentSizes
-
no setterinherited
- doPaginate → bool
-
no setterinherited
- eventType → EventType
-
no setteroverride
- forceFullDisplay → bool
-
no setter
- getUpdatedAllParams → AddVideosGridParameters Function()
-
no setteroverride
- gridSizes → GridSizes
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- islevel → String
-
no setteroverride
- keepBackground → bool
-
no setter
- localStreamVideo → MediaStream?
-
no setter
- member → String
-
no setteroverride
-
otherGridStreams
→ List<
List< Widget> > -
no setter
- paginationDirection → String
-
no setterinherited
- paginationHeightWidth → double
-
no setterinherited
-
participants
→ List<
Participant> -
no setterinherited
-
refParticipants
→ List<
Participant> -
no setter
- roomName → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
no setterinherited
- socket → Socket?
-
no setterinherited
- updateAddAltGrid → UpdateAddAltGrid
-
no setter
- updateAltGridCols → void Function(int)
-
no setterinherited
- updateAltGridRows → void Function(int)
-
no setterinherited
- updateGridCols → void Function(int)
-
no setterinherited
- updateGridRows → void Function(int)
-
no setterinherited
- updateGridSizes → void Function(GridSizes)
-
no setterinherited
- updateMiniCardsGrid → UpdateMiniCardsGridType
-
no setter
- updateOtherGridStreams → UpdateOtherGridStreams
-
no setter
- videoAlreadyOn → bool
-
no setter
- virtualStream → MediaStream?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited