Manifest
import type { Manifest } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";Manifest configuration.
interface Manifest {
dash?: DashConfig;
fileName?: string;
muxStreams?: string[];
type?: "MANIFEST_TYPE_UNSPECIFIED" | "HLS" | "DASH";
}§Properties
§
dash?: DashConfig
[src]DASH manifest configuration.
§
fileName?: string
[src]The name of the generated file. The default is manifest with the
extension suffix corresponding to the Manifest.type.