Bitmovin Player API 8.268.0
    Preparing search index...

    Interface PlayerSgaiAPI

    interface PlayerSgaiAPI {
        getActiveAd(): LinearAd;
        list(): HlsInterstitial[] | SgaiAd[];
        skip(): Promise<void>;
    }
    Index
    • Returns the currently active SGAI ad, if any.

      Returns LinearAd

    • Skips the currently playing ad.

      Returns Promise<void>