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

MediaStreamOutputConfiguration

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

The media stream that is associated with the output, and the parameters for that association.

interface MediaStreamOutputConfiguration {
DestinationConfigurations?: DestinationConfiguration[] | null;
EncodingName: EncodingName;
EncodingParameters?: EncodingParameters | null;
MediaStreamName: string;
}

§Properties

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

The transport parameters that are associated with each outbound media stream.

§
EncodingName: EncodingName
[src]

The format that was 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?: EncodingParameters | null
[src]

Encoding parameters

§
MediaStreamName: string
[src]

The name of the media stream.