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

MediaStreamSourceConfigurationRequest

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

The definition of a media stream that you want to associate with the source.

interface MediaStreamSourceConfigurationRequest {
EncodingName: EncodingName;
InputConfigurations?: InputConfigurationRequest[] | null;
MediaStreamName: string;
}

§Properties

§
EncodingName: EncodingName
[src]

The format you want to use 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?: InputConfigurationRequest[] | null
[src]

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

§
MediaStreamName: string
[src]

The name of the media stream.