@aws-sdk/client-mediaconvert

FlacSettings Interface

Required when you set Codec, under AudioDescriptionsCodecSettings, to the value FLAC.

Members

Name
Type
Details
BitDepth number | undefined
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
Channels number | undefined
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 between 1 and 8.
SampleRate number | undefined
Sample rate in Hz.

Full Signature

export interface FlacSettings