AudioRecordingQuality enum

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

录音质量。

Constants

  • High → const AudioRecordingQuality

    高音质。采样率为 32 kHz,录制 10 分钟的文件大小为 3.75 M 左右。

    @JsonValue(2)

    const AudioRecordingQuality(2)

  • Low → const AudioRecordingQuality

    低音质。采样率为 32 kHz,录制 10 分钟的文件大小为 1.2 M 左右。

    @JsonValue(0)

    const AudioRecordingQuality(0)

  • Medium → const AudioRecordingQuality

    中音质。采样率为 32 kHz,录制 10 分钟的文件大小为 2 M 左右。

    @JsonValue(1)

    const AudioRecordingQuality(1)

  • values → const List<AudioRecordingQuality>

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

    const List<AudioRecordingQuality>

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