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

DashConfig

import type { DashConfig } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

DASH manifest configuration.

interface DashConfig {
segmentReferenceScheme?: "SEGMENT_REFERENCE_SCHEME_UNSPECIFIED" | "SEGMENT_LIST" | "SEGMENT_TEMPLATE_NUMBER";
}

§Properties

§
segmentReferenceScheme?: "SEGMENT_REFERENCE_SCHEME_UNSPECIFIED" | "SEGMENT_LIST" | "SEGMENT_TEMPLATE_NUMBER"
[src]

The segment reference scheme for a DASH manifest. The default is SEGMENT_LIST.