Vinyl
    Preparing search index...

    Interface TrackStreamedEvent

    interface TrackStreamedEvent {
        mtsAttributes: TrackStreamedAttributes;
        support: {
            terminationReason: PlaybackTerminationReason;
            trackType: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    A Partial representation of MTS attributes.

    support: { terminationReason: PlaybackTerminationReason; trackType: string }

    Support attributes needed for further MTS attribute calculation.

    Type declaration

    • ReadonlyterminationReason: PlaybackTerminationReason

      The reason why playback was terminated according to the playback engine. The playback engine cannot determine all possible termination reasons, the application must have state to determine specific scenarios such as inactivityTimeout or lyricsScrub.

    • ReadonlytrackType: string

      The type of track.