AudioLocalError enum

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

本地音频出错原因。

Constants

  • DeviceBusy → const AudioLocalError

    本地音频录制设备已经在使用中。@JsonValue(3)const AudioLocalError(3)

  • DeviceNoPermission → const AudioLocalError

    没有权限启动本地音频录制设备。@JsonValue(2)const AudioLocalError(2)

  • EncodeFailure → const AudioLocalError

    本地音频编码失败。@JsonValue(5)const AudioLocalError(5)

  • Failure → const AudioLocalError

    本地音频出错原因不明确。@JsonValue(1)const AudioLocalError(1)

  • Ok → const AudioLocalError

    本地音频状态正常。@JsonValue(0)const AudioLocalError(0)

  • RecordFailure → const AudioLocalError

    本地音频录制失败,建议你检查录制设备是否正常工作。@JsonValue(4)const AudioLocalError(4)

  • values → const List<AudioLocalError>

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

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