VideoStreamsPosition enum
Constructors
- VideoStreamsPosition(String value)
-
const
Values
- POSITION_TOP_RIGHT → const VideoStreamsPosition
-
VideoStreamsPosition("top-right")
- POSITION_TOP_LEFT → const VideoStreamsPosition
-
VideoStreamsPosition("top-left")
- POSITION_BOTTOM_RIGHT → const VideoStreamsPosition
-
VideoStreamsPosition("bottom-right")
- POSITION_BOTTOM_LEFT → const VideoStreamsPosition
-
VideoStreamsPosition("bottom-left")
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
VideoStreamsPosition> - A constant List of the values in this enum, in order of their declaration.