PublicStreamingAudioConfig class
Audio parameters for public streams.
Properties
- channels ↔ int
-
Required. Number of the audio channels:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kBitrate ↔ int
-
Required. Bitrate. Positive integer in kbps. Options: 16, 32, or 64.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
Required. Sample rate in Hz. Options: 16000, 32000, 44100, or 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