V2TXLiveFillMode enum
Video fill mode
Values
- v2TXLiveFillModeFill → const V2TXLiveFillMode
-
Images fill the screen, and the portion of the video that extends beyond the display window will be cropped and the screen display may be incomplete
- v2TXLiveFillModeFit → const V2TXLiveFillMode
-
The long side of the image fills the screen, and the short side area is filled with black, leaving the content of the picture complete
- v2TXLiveFillModeScaleFill → const V2TXLiveFillMode
-
The screen is entirely covered by the image. The image will be stretched if screen and image have different aspect ratios.
Properties
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<
V2TXLiveFillMode> - A constant List of the values in this enum, in order of their declaration.