AudienceLatencyLevelType enum
直播频道中观众端(用户角色为观众的客户端)的延时级别。
Note
仅在用户角色设为 Broadcaster
时才生效。
Constants
- LowLatency → const AudienceLatencyLevelType
-
1: 低延时。
@JsonValue(1)const AudienceLatencyLevelType(0)
- UltraLowLatency → const AudienceLatencyLevelType
-
2: (默认)超低延时。
@JsonValue(2)const AudienceLatencyLevelType(1)
-
values
→ const List<
AudienceLatencyLevelType> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudienceLatencyLevelType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited