@svta/common-media-library
    Preparing search index...

    Type Alias SegmentBaseAlpha

    DASH Segment Base

    type SegmentBase = {
        $: { indexRange: string; indexRangeExact: string; timescale: string };
        Initialization: Initialization[];
    }
    Index

    Properties

    Properties

    $: { indexRange: string; indexRangeExact: string; timescale: string }
    Initialization: Initialization[]