PresetAudioCodecOptions class

Constructors

PresetAudioCodecOptions({Input<String?>? bitDepth, Input<String?>? bitOrder, Input<String?>? profile, Input<String?>? signed})
Creates a new PresetAudioCodecOptions. bitDepth The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are 16 and 24. (FLAC/PCM Only) bitOrder The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only) profile If you specified AAC for Audio:Codec, choose the AAC profile for the output file. signed Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)
const
PresetAudioCodecOptions.fromMap(Map<String, dynamic> map)
factory

Properties

bitDepth → Input<String?>?
The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are 16 and 24. (FLAC/PCM Only)
final
bitOrder → Input<String?>?
The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)
final
hashCode int
The hash code for this object.
no setterinherited
profile → Input<String?>?
If you specified AAC for Audio:Codec, choose the AAC profile for the output file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signed → Input<String?>?
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited