Amazon Vinyl
    Preparing search index...

    Interface WebmCuePoint

    A single WebM cue point: a cluster's start time and its byte offset relative to the Segment data start.

    interface WebmCuePoint {
        clusterPosition: number;
        time: number;
    }
    Index
    clusterPosition: number

    The cluster's byte offset relative to the Segment data start.

    time: number

    The cluster's start time, in TimecodeScale ticks.