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

DetectedProperties

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

The detected properties of the input file. Elastic Transcoder identifies these values from the input file.

interface DetectedProperties {
DurationMillis?: number | null;
FileSize?: number | null;
FrameRate?: string | null;
Height?: number | null;
Width?: number | null;
}

§Properties

§
DurationMillis?: number | null
[src]

The detected duration of the input file, in milliseconds.

§
FileSize?: number | null
[src]

The detected file size of the input file, in bytes.

§
FrameRate?: string | null
[src]

The detected frame rate of the input file, in frames per second.

§
Height?: number | null
[src]

The detected height of the input file, in pixels.

§
Width?: number | null
[src]

The detected width of the input file, in pixels.