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

MediaStreamSourceConfiguration

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

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

interface MediaStreamSourceConfiguration {
EncodingName: EncodingName;
InputConfigurations?: InputConfiguration[] | null;
MediaStreamName: string;
}

§Properties

§
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.

§
InputConfigurations?: InputConfiguration[] | null
[src]

The transport parameters that are associated with an incoming media stream.

§
MediaStreamName: string
[src]

The name of the media stream.