Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AiffSettings

import type { AiffSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

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

interface AiffSettings {
BitDepth?: number | null;
Channels?: number | null;
SampleRate?: number | null;
}

§Properties

§
BitDepth?: number | null
[src]

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

§
Channels?: number | null
[src]

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.

§
SampleRate?: number | null
[src]

Sample rate in hz.