Amazon Vinyl
    Preparing search index...

    Interface WebmInitInfo

    interface WebmInitInfo {
        segmentDataStart: number;
        segmentSize: number | null;
        timecodeScale: number;
    }
    Index
    segmentDataStart: number

    The absolute byte offset (in the file) where the Segment element's content begins. CueClusterPosition values are relative to this.

    segmentSize: number | null

    The Segment content size in bytes, or null if encoded as unknown.

    timecodeScale: number

    The TimecodeScale in nanoseconds per tick (cue times are in these ticks).