Vinyl
    Preparing search index...

    Interface PlayedEvent

    interface PlayedEvent {
        duration: number;
        ended: number;
        playbackTime: number;
        reason: PlayedReason;
        started: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    duration: number

    The total number of seconds the operation took.

    ended: number

    The timestamp the operation completed.

    playbackTime: number

    The total number of seconds elapsed for the track (using currentTime).

    reason: PlayedReason

    The reason the operation completed.

    started: number

    The timestamp the operation began.