Vinyl
    Preparing search index...

    Interface DashManifestAndPath

    interface DashManifestAndPath {
        baseUrl: string;
        manifest: DashManifest;
    }
    Index

    Properties

    Properties

    baseUrl: string

    The URL to be used for relative requests. Guaranteed to be absolute.

    Media with relative paths in the manifests will be resolved relative to this URL.

    manifest: DashManifest

    The Dash manifest.