Vinyl
    Preparing search index...

    Interface StreamingInitiatedEvent

    Dispatched the first time a track has started playing or has been restarted.

    MtsEventMap.streamingInitiated

    interface StreamingInitiatedEvent {
        mtsAttributes: MtsAttributesBase;
        support: { trackType: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    mtsAttributes: MtsAttributesBase

    A Partial representation of MTS attributes.

    support: { trackType: string }

    Support attributes needed for further MTS attribute calculation.

    Type declaration

    • ReadonlytrackType: string

      The type of track.