SyVideoQualityLevel enum

视频画质预设

提供多种画质选项,确保直播流畅性 画质等级

Inheritance
Available extensions

Values

smooth → const SyVideoQualityLevel

流畅优先:低码率、低分辨率,确保流畅性 适用于:弱网环境、移动网络

standard → const SyVideoQualityLevel

标准画质:平衡码率和分辨率 适用于:一般网络环境

hd → const SyVideoQualityLevel

高清画质:较高码率和分辨率 适用于:良好网络环境

uhd → const SyVideoQualityLevel

超清画质:高码率、高分辨率 适用于:优秀网络环境、WiFi

ultraHd → const SyVideoQualityLevel

4K画质:极高码率、4K分辨率 适用于:极佳网络环境、有线网络

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