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

MediaStreamOutputConfigurationRequest

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

The media stream that you want to associate with the output, and the parameters for that association.

interface MediaStreamOutputConfigurationRequest {
DestinationConfigurations?: DestinationConfigurationRequest[] | null;
EncodingName: EncodingName;
EncodingParameters?: EncodingParametersRequest | null;
MediaStreamName: string;
}

§Properties

§
DestinationConfigurations?: DestinationConfigurationRequest[] | null
[src]

The transport parameters that you want to associate with the media stream.

§
EncodingName: EncodingName
[src]

The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.

§
EncodingParameters?: EncodingParametersRequest | null
[src]

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

§
MediaStreamName: string
[src]

The name of the media stream that is associated with the output.