RCCallViewFitType enum

ZH

视频显示模式

EN

Video display mode

Inheritance
Available extensions

Values

fill → const RCCallViewFitType

ZH

拉伸全屏

EN

Stretch to fill

cover → const RCCallViewFitType

ZH

满屏显示

等比例填充,直到填充满整个视图区域,其中一个维度的部分区域会被裁剪

EN

Cover

Scale to fill while preserving aspect ratio until the view is covered; one dimension may be cropped

center → const RCCallViewFitType

ZH

完整显示

填充黑边,等比例填充,直到一个维度到达区域边界

EN

Contain

Letterbox to show the whole content; scale to fit until one dimension reaches the boundary

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<RCCallViewFitType>
A constant List of the values in this enum, in order of their declaration.