MixedStreamAudioConfig class

Audio transcoding configurations.(New)
With invalid or empty input, the configurations will be set as the default values.
These parameters cannot be updated while pushing stream to the CDN.

Properties

audioCodec MixedStreamAudioCodecType
The audio codec.
final
audioProfile MixedStreamAudioProfile
AAC profile. Default value is 0.
final
bitrate int
The bitrate (Kbps) in range of 32, 192. Defaults to 64 Kbps.
final
channels int
The number of channels. Supported channels: 1 (single channel), 2 (dual channel). Defaults to 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
The sample rate (Hz). Supported sample rates: 32,000 Hz, 44,100 Hz, 48,000 Hz. Defaults to 48,000 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