AudioProfile enum
Audio profile.
Values
- 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, music encoding, mono, and a bitrate of up to 64 Kbps.
- 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
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.