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

MediaStreamAttributesRequest

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

Attributes that are related to the media stream.

interface MediaStreamAttributesRequest {
Fmtp?: FmtpRequest | null;
Lang?: string | null;
}

§Properties

§
Fmtp?: FmtpRequest | null
[src]

The settings that you want to use to define the media stream.

§
Lang?: string | null
[src]

The audio language, in a format that is recognized by the receiver.