THEOplayer Web SDK
    Preparing search index...

    Interface UplynkPreplayVodResponse

    Represents an Uplynk Preplay response for VOD assets.

    interface UplynkPreplayVodResponse {
        ads: UplynkResponseVodAds;
        drm?: UplynkResponseDrm;
        interstitialURL: undefined | null | string;
        playURL: string;
        prefix: string;
        sid: string;
        type: "vod";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The advertisement information.

    The content protection information.


    - Currently, this only contains the Fairplay certificate URL.
    - Widevine will default to 'https://content.uplynk.com/wv'.
    - Playready will default to 'https://content.uplynk.com/pr'.

    interstitialURL: undefined | null | string

    The URL to the interstitial information


    - This is an XML file.
    - This parameter reports null when ads are not found.
    - It should only be used on Apple TV.

    playURL: string

    The manifest's URL.

    prefix: string

    The zone prefix for the viewer's session.


    - Use this prefix when submitting playback or API requests for this session.

    sid: string

    The identifier of the viewer's session.

    type: "vod"

    The response type of the request.