OGPlayer Web SDK
    Preparing search index...

    Interface LoadOptions

    OGPlayer web SDK — one video player API across Android, iOS and the web. A product of Inverse DOO.

    interface LoadOptions {
        autoplay?: boolean;
        startPositionMs?: number;
    }
    Index
    autoplay?: boolean
    startPositionMs?: number