MainVideoContainerSetting class

Constructors

MainVideoContainerSetting()

Properties

fullScreenButton ItemSettings?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameLabel ItemSettings?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userListButton ItemSettings?
getter/setter pair
videoFit VideoStreamsMode?
getter/setter pair
zoomButton ItemSettings?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFullScreenButtonParams(VideoStreamsPosition position, bool visibility) → void
setMainVideoAspectRatio(VideoStreamsMode videoFit) → void
setNameLabelParams(VideoStreamsPosition position, bool visibility, String color) → void
setUserListButtonParams(VideoStreamsPosition position, bool visibility) → void
setZoomButtonParams(VideoStreamsPosition position, bool visibility) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited