MixedStreamAudioConfig class

音频转码配置参数。(新)
值不合法或未设置时,自动使用默认值。
本参数不支持过程中更新。

Properties

audioCodec MixedStreamAudioCodecType
音频编码格式。
final
audioProfile MixedStreamAudioProfile
AAC 编码规格。默认值为 0
final
bitrate int
音频码率,单位 Kbps。可取范围 32, 192,默认值为 64 Kbps。
final
channels int
音频声道数。可取 1(单声道)、2(双声道),默认值为 2。
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
音频采样率,单位 Hz。可取 32000 Hz、44100 Hz、48000 Hz,默认值为 48000 Hz。
final

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