V2TXLiveAudioQuality enum
Sound sound quality
Values
- v2TXLiveAudioQualitySpeech → const V2TXLiveAudioQuality
-
Voice Quality: Sample Rate: 16k; Mono; Audio bitrate: 16kbps; It is suitable for scenarios where voice calls are the mainstay, such as online meetings and voice calls
- v2TXLiveAudioQualityDefault → const V2TXLiveAudioQuality
-
Default Sound Quality: Sample Rate: 48k; Mono; Audio bitrate: 50kbps; The default audio quality of the SDK is recommended if you do not have special requirements
- v2TXLiveAudioQualityMusic → const V2TXLiveAudioQuality
-
Music Sound Quality: Sample Rate: 48K; Dual channel + full band; Audio bitrate: 128kbps; It is suitable for scenarios that require high-fidelity music transmission, such as karaoke, live music, etc
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<
V2TXLiveAudioQuality> - A constant List of the values in this enum, in order of their declaration.