AudioLocalState enum

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

本地音频状态。

Constants

  • Encoding → const AudioLocalState

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

  • Failed → const AudioLocalState

    本地音频启动失败。@JsonValue(3)const AudioLocalState(3)

  • Recording → const AudioLocalState

    本地音频录制设备启动成功。@JsonValue(1)const AudioLocalState(1)

  • Stopped → const AudioLocalState

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

  • values → const List<AudioLocalState>

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

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