API (v2.0.0) - Giro3D
    Preparing search index...

    Interface VideoSourceEvents

    interface VideoSourceEvents {
        error: { error: Error };
        loaded: unknown;
        updated: { extent?: Extent };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: { error: Error }

    Raised when the remote video failed to load.

    loaded: unknown

    Raised when the remote video has been loaded.

    updated: { extent?: Extent }

    Raised when the source's content has been updated.