V2TXLiveAudioQuality enum

声音音质。

Inheritance

Constructors

V2TXLiveAudioQuality()
const

Values

v2TXLiveAudioQualitySpeech → const V2TXLiveAudioQuality

语音音质:采样率:16k;单声道;音频码率:16kbps;适合语音通话为主的场景,比如在线会议,语音通话

v2TXLiveAudioQualityDefault → const V2TXLiveAudioQuality

默认音质:采样率:48k;单声道;音频码率:50kbps;SDK 默认的音频质量,如无特殊需求推荐选择之

v2TXLiveAudioQualityMusic → const V2TXLiveAudioQuality

音乐音质:采样率:48k;双声道 + 全频带;音频码率:128kbps;适合需要高保真传输音乐的场景,比如K歌、音乐直播等

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<V2TXLiveAudioQuality>
A constant List of the values in this enum, in order of their declaration.