AudioMixingStateCode enum

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

混音音乐文件状态。

Constants

  • Failed → const AudioMixingStateCode

    音乐文件报错。

    @JsonValue(714)

    const AudioMixingStateCode(3)

  • Paused → const AudioMixingStateCode

    音乐文件暂停播放。

    @JsonValue(711)

    const AudioMixingStateCode(1)

  • Playing → const AudioMixingStateCode

    音乐文件正常播放。

    @JsonValue(710)

    const AudioMixingStateCode(0)

  • Stopped → const AudioMixingStateCode

    音乐文件停止播放。

    @JsonValue(713)

    const AudioMixingStateCode(2)

  • values → const List<AudioMixingStateCode>

    A constant List of the values in this enum, in order of their declaration.

    const List<AudioMixingStateCode>

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