AudioProfile enum

The audio profile.

Inheritance

Constructors

AudioProfile()
const

Values

Default → const AudioProfile

0: The default audio profile. For the interactive streaming profile: A sample rate of 48 kHz, music encoding, mono, and a bitrate of up to 64 Kbps. For the communication profile:

SpeechStandard → const AudioProfile

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

MusicStandard → const AudioProfile

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

MusicStandardStereo → const AudioProfile

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

MusicHighQuality → const AudioProfile

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

MusicHighQualityStereo → const AudioProfile

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.