class Aws::MediaConvert::Types::AiffSettings

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.

@note When making an API call, you may pass AiffSettings

data as a hash:

    {
      bit_depth: 1,
      channels: 1,
      sample_rate: 1,
    }

@!attribute [rw] bit_depth

Specify Bit depth (BitDepth), in bits per sample, to choose the
encoding quality for this audio track.
@return [Integer]

@!attribute [rw] channels

Specify the number of channels in this output audio track. Valid
values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and
so on, up to 64.
@return [Integer]

@!attribute [rw] sample_rate

Sample rate in hz.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AiffSettings AWS API Documentation

Constants

SENSITIVE