LiveTranscodingAudioConfig class

Audio transcoding related configurations.

Properties

aacProfile AACProfile
Advanced Audio Coding (AAC) profile.
getter/setter pair
channels int
Number of channels, either 1 or 2.
getter/setter pair
codec TranscodingAudioCodec
Audio codec type. aac by default.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kBitrate int
Mixed audio bitrate in kbps within a range of [32, 192]. 64 Kbps by default.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
The sample rate(Hz). Supported sample rates: 32,000Hz, 44,100Hz, 48,000Hz. Defaults to 48,000Hz.
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