Mp3Settings class
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
Constructors
- Mp3Settings({int? bitrate, int? channels, Mp3RateControlMode? rateControlMode, int? sampleRate, int? vbrQuality})
-
Mp3Settings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitrate → int?
-
Specify the average bitrate in bits per second.
final
- channels → int?
-
Specify the number of channels in this output audio track. Choosing Mono on
the console gives you 1 output channel; choosing Stereo gives you 2. In the
API, valid values are 1 and 2.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rateControlMode → Mp3RateControlMode?
-
Specify whether the service encodes this MP3 audio output with a constant
bitrate (CBR) or a variable bitrate (VBR).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate → int?
-
Sample rate in hz.
final
- vbrQuality → int?
-
Required when you set Bitrate control mode (rateControlMode) to VBR. Specify
the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest
quality).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited