V2TXLiveFillMode enum

视频画面填充模式。

Inheritance

Constructors

V2TXLiveFillMode()
const

Values

v2TXLiveFillModeFill → const V2TXLiveFillMode

图像铺满屏幕,超出显示视窗的视频部分将被裁剪,画面显示可能不完整

v2TXLiveFillModeFit → const V2TXLiveFillMode

图像长边填满屏幕,短边区域会被填充黑色,画面的内容完整

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<V2TXLiveFillMode>
A constant List of the values in this enum, in order of their declaration.