Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface SourceLoadEvent

    Emitted when a new source loading has started.

    interface SourceLoadEvent {
        name: string;
        source: EventSource;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    This event name as it is on the native side.

    source: EventSource

    Source that is about to load.

    timestamp: number

    The UNIX timestamp in which this event happened.