Vinyl
    Preparing search index...

    Interface CreateDashSegmentDataProviderOptions

    interface CreateDashSegmentDataProviderOptions {
        baseUrl: string;
        mediaRange?: Maybe<ByteRange>;
        reportDownlinkMetrics?: Maybe<boolean>;
        representation: RepresentationType;
        uri?: Maybe<string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseUrl: string

    The resource location of the manifest.

    mediaRange?: Maybe<ByteRange>
    reportDownlinkMetrics?: Maybe<boolean>

    If true, reports downlink transfer speeds to network metrics.

    representation: RepresentationType

    The representation to use as the scope for BaseURL resolution.

    uri?: Maybe<string>

    The URI to resolve.