AudioProfile enum Null safety
Audio profile.
Constants
- Default → const AudioProfile
-
Default audio profile.
- In the ChannelProfile.Communication profile: A sample rate of 32 KHz, audio encoding, mono, and a bitrate of up to 18 Kbps.
- In the ChannelProfile.LiveBroadcasting profile: A sample rate of 48 KHz, audio encoding, mono, and a bitrate of up to 64 Kbps.
@JsonValue(0)const AudioProfile(0)
- MusicHighQuality → const AudioProfile
-
A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 96 Kbps.
@JsonValue(4)const AudioProfile(4)
- MusicHighQualityStereo → const AudioProfile
-
A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 128 Kbps.
@JsonValue(5)const AudioProfile(5)
- MusicStandard → const AudioProfile
-
A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 64 Kbps.
@JsonValue(2)const AudioProfile(2)
- MusicStandardStereo → const AudioProfile
-
A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 80 Kbps.
@JsonValue(3)const AudioProfile(3)
- SpeechStandard → const AudioProfile
-
A sample rate of 32 KHz, audio encoding, mono, and a bitrate of up to 18 Kbps.
@JsonValue(1)const AudioProfile(1)
-
values
→ const List<
AudioProfile> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudioProfile>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited