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

UpdateFlowMediaStreamRequest

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

The fields that you want to update in the media stream.

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

§Properties

§

The attributes that you want to assign to the 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]

Description

§
FlowArn: string
[src]

The Amazon Resource Name (ARN) of the flow.

§
MediaStreamName: string
[src]

The name of the media stream that you want to update.

§
MediaStreamType?: MediaStreamType | null
[src]

The type of media stream.

§
VideoFormat?: string | null
[src]

The resolution of the video.