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

AudioDolbyEDecode

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

Audio Dolby EDecode

interface AudioDolbyEDecode {
ProgramSelection: DolbyEProgramSelection;
}

§Properties

§
ProgramSelection: DolbyEProgramSelection
[src]

Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.