Vinyl
    Preparing search index...

    Interface SegmentTemplateUriOptions

    interface SegmentTemplateUriOptions {
        representation: RepresentationType;
        sampleTime?: Maybe<number>;
        segmentNumber?: Maybe<number>;
    }
    Index

    Properties

    representation: RepresentationType

    The representation, will use the id and bandwidth for replacement tokens.

    sampleTime?: Maybe<number>

    The sample time of the segment. Will replace $Time$ in url templates.

    segmentNumber?: Maybe<number>

    The sequence number of the segment. Will replace $Number$ in url templates.