THEOplayer Web SDK
    Preparing search index...

    Interface DistributionLoadStartEvent

    Fired when the loading of a THEOlive distribution starts.

    interface DistributionLoadStartEvent {
        date: Date;
        distributionId: string;
        type: "distributionloadstart";
    }

    Hierarchy (View Summary)

    • Event<"distributionloadstart">
      • DistributionLoadStartEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    distributionId: string
    type: "distributionloadstart"

    The type of the event.