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

RecorderConfig

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

The recorder configuration consists of the local MediaSourceConfig details that are used as credentials to accesss the local media files streamed on the camera.

interface RecorderConfig {
MediaSourceConfig: MediaSourceConfig;
ScheduleConfig?: ScheduleConfig | null;
}

§Properties

§
MediaSourceConfig: MediaSourceConfig
[src]

The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.

§
ScheduleConfig?: ScheduleConfig | null
[src]

The configuration that consists of the ScheduleExpression and the DurationInMinutes details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression attribute is not provided, then the Edge Agent will always be set to recording mode.