Vinyl
    Preparing search index...

    Interface DashUriResolveOptions

    interface DashUriResolveOptions {
        baseUrl: string;
        representation: RepresentationType;
        uri?: Maybe<string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseUrl: string

    The resource location of the manifest.

    representation: RepresentationType

    The representation to use as the scope for BaseURL resolution.

    uri?: Maybe<string>

    The URI to resolve.