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

GetMediaInput

import type { GetMediaInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideomedia.ts?docs=full";
interface GetMediaInput {
StartSelector: StartSelector;
StreamARN?: string | null;
StreamName?: string | null;
}

§Properties

§
StartSelector: StartSelector
[src]

Identifies the starting chunk to get from the specified stream.

§
StreamARN?: string | null
[src]

The ARN of the stream from where you want to get the media content. If you don't specify the streamARN, you must specify the streamName.

§
StreamName?: string | null
[src]

The Kinesis video stream name from where you want to get the media content. If you don't specify the streamName, you must specify the streamARN.