AudienceLatencyLevelType enum Null safety

直播频道中观众端(用户角色为观众的客户端)的延时级别。

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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited