Amazon Vinyl
    Preparing search index...

    Interface DashUriResolveOptions

    interface DashUriResolveOptions {
        baseUrl: string;
        representation: RepresentationType;
        uri?: Maybe<string>;
    }
    Index
    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.