MainVideoContainerSetting class

Constructors

MainVideoContainerSetting()

Properties

fullScreenButton ItemSettings?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
nameLabel ItemSettings?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
userListButton ItemSettings?
read / write
videoFit String?
read / write
zoomButton ItemSettings?
read / write

Methods

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

Operators

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