DisplayMode enum

Sets the video screen mode in the specified display area.

Inheritance
Available extensions

Values

letterBox → const DisplayMode

player display mode letter box

originSize → const DisplayMode

player display mode origin size

fullScreen → const DisplayMode

player display mode full screen

croppedFull → const DisplayMode

player display mode cropped full

originOrLetter → const DisplayMode

player display mode origin or letter

dstRoi → const DisplayMode

player display mode dst roi

autoAspectRatio → const DisplayMode

player display mode auto aspect ratio

dstRoiAutoAspectRatio → const DisplayMode

player display mode dst roi auto aspect ratio

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<DisplayMode>
A constant List of the values in this enum, in order of their declaration.