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

VideoCodecSettings

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

Video Codec Settings

interface VideoCodecSettings {
FrameCaptureSettings?: FrameCaptureSettings | null;
H264Settings?: H264Settings | null;
H265Settings?: H265Settings | null;
Mpeg2Settings?: Mpeg2Settings | null;
}

§Properties

§
FrameCaptureSettings?: FrameCaptureSettings | null
[src]
§
H264Settings?: H264Settings | null
[src]
§
H265Settings?: H265Settings | null
[src]
§
Mpeg2Settings?: Mpeg2Settings | null
[src]