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

AudioSelectorSettings

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

Audio Selector Settings

interface AudioSelectorSettings {
AudioHlsRenditionSelection?: AudioHlsRenditionSelection | null;
AudioLanguageSelection?: AudioLanguageSelection | null;
AudioPidSelection?: AudioPidSelection | null;
AudioTrackSelection?: AudioTrackSelection | null;
}

§Properties

§
AudioHlsRenditionSelection?: AudioHlsRenditionSelection | null
[src]
§
AudioLanguageSelection?: AudioLanguageSelection | null
[src]
§
AudioPidSelection?: AudioPidSelection | null
[src]
§
AudioTrackSelection?: AudioTrackSelection | null
[src]