AudioProfile enum

Audio profile.

Inheritance

Constructors

AudioProfile()
const

Values

Default → const AudioProfile

Default audio profile.

SpeechStandard → const AudioProfile

A sample rate of 32 KHz, audio encoding, mono, and a bitrate of up to 18 Kbps.

MusicStandard → const AudioProfile

A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 64 Kbps.

MusicStandardStereo → const AudioProfile

A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 80 Kbps.

MusicHighQuality → const AudioProfile

A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 96 Kbps.

MusicHighQualityStereo → const AudioProfile

A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 128 Kbps.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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