LocalVideoStreamState enum

最近更新时间:2022-09-20 05:17:40

本地视频状态。

Constants

  • Capturing → const LocalVideoStreamState

    本地视频采集设备启动成功。@JsonValue(1)const LocalVideoStreamState(1)

  • Encoding → const LocalVideoStreamState

    本地视频首帧编码成功。@JsonValue(2)const LocalVideoStreamState(2)

  • Failed → const LocalVideoStreamState

    本地视频启动失败。@JsonValue(3)const LocalVideoStreamState(3)

  • Stopped → const LocalVideoStreamState

    本地视频默认初始状态。@JsonValue(0)const LocalVideoStreamState(0)

  • values → const List<LocalVideoStreamState>

    A constant List of the values in this enum, in order of their declaration.const List<LocalVideoStreamState>

Properties

  • hashCodeint

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

  • index → int

    The integer index of this enum.final

  • runtimeTypeType

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

Methods

Operators