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

AudioDescription

import type { AudioDescription } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Audio Description

interface AudioDescription {
AudioNormalizationSettings?: AudioNormalizationSettings | null;
AudioSelectorName: string;
AudioType?: AudioType | null;
AudioTypeControl?: AudioDescriptionAudioTypeControl | null;
AudioWatermarkingSettings?: AudioWatermarkSettings | null;
CodecSettings?: AudioCodecSettings | null;
LanguageCode?: string | null;
LanguageCodeControl?: AudioDescriptionLanguageCodeControl | null;
Name: string;
RemixSettings?: RemixSettings | null;
StreamName?: string | null;
}

§Properties

§
AudioNormalizationSettings?: AudioNormalizationSettings | null
[src]

Advanced audio normalization settings.

§
AudioSelectorName: string
[src]

The name of the AudioSelector used as the source for this AudioDescription.

§
AudioType?: AudioType | null
[src]

Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.

§
AudioTypeControl?: AudioDescriptionAudioTypeControl | null
[src]

Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.

§
AudioWatermarkingSettings?: AudioWatermarkSettings | null
[src]

Settings to configure one or more solutions that insert audio watermarks in the audio encode

§
CodecSettings?: AudioCodecSettings | null
[src]

Audio codec settings.

§
LanguageCode?: string | null
[src]

RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.

§
LanguageCodeControl?: AudioDescriptionLanguageCodeControl | null
[src]

Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.

§
Name: string
[src]

The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.

§
RemixSettings?: RemixSettings | null
[src]

Settings that control how input audio channels are remixed into the output audio channels.

§
StreamName?: string | null
[src]

Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).