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

AddMediaStreamRequest

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

The media stream that you want to add to the flow.

interface AddMediaStreamRequest {
Attributes?: MediaStreamAttributesRequest | null;
ClockRate?: number | null;
Description?: string | null;
MediaStreamId: number;
MediaStreamName: string;
MediaStreamType: MediaStreamType;
VideoFormat?: string | null;
}

§Properties

§

The attributes that you want to assign to the new media stream.

§
ClockRate?: number | null
[src]

The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.

§
Description?: string | null
[src]

A description that can help you quickly identify what your media stream is used for.

§
MediaStreamId: number
[src]

A unique identifier for the media stream.

§
MediaStreamName: string
[src]

A name that helps you distinguish one media stream from another.

§
MediaStreamType: MediaStreamType
[src]

The type of media stream.

§
VideoFormat?: string | null
[src]

The resolution of the video.