RCRTCResourceState enum

当前流状态

Inheritance

Constructors

RCRTCResourceState()
const

Values

forbidden → const RCRTCResourceState

流处于禁用状态, 不应该订阅, 即使订阅该流也不会收到音视频数据

normal → const RCRTCResourceState

流处于正常状态, 可以正常订阅

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