supervision-js
    Preparing search index...

    Interface PresentedFramePlayhead

    Where the producer's playhead sits, named as a frame of the source.

    interface PresentedFramePlayhead {
        frame: PresentedFrameId;
        mediaTimeS: number;
    }
    Index
    frame: PresentedFrameId
    mediaTimeS: number