V2TXLiveFillMode enum
视频画面填充模式
Constructors
- V2TXLiveFillMode()
-
const
Values
- v2TXLiveFillModeFill → const V2TXLiveFillMode
-
图像铺满屏幕,超出显示视窗的视频部分将被裁剪,画面显示可能不完整
- v2TXLiveFillModeFit → const V2TXLiveFillMode
-
图像长边填满屏幕,短边区域会被填充黑色,画面的内容完整
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.
[v2TXLiveFillModeFill, v2TXLiveFillModeFit]