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

MediaStreamAttributes

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

Attributes that are related to the media stream.

interface MediaStreamAttributes {
Fmtp: Fmtp;
Lang?: string | null;
}

§Properties

§
Fmtp: Fmtp
[src]

A set of parameters that define the media stream.

§
Lang?: string | null
[src]

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