PublicStreamingAudioConfig class

公共流的音频参数

Properties

channels int
音频声道数,必填。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kBitrate int
音频码率,必填。单位为 kbps。正整数,可选取值:16, 32, 64。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
音频采样率,必填。单位为 Hz。可选取值:16000, 32000, 44100 和 48000
getter/setter pair

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