vot.js - v2.4.12
    Preparing search index...

    Type Alias PlaybackSource

    type PlaybackSource = {
        deliveryProfileId: number;
        drm: unknown[];
        flavorIds: string;
        format:
            | "url"
            | "hdnetworkmanifest"
            | "mpegdash"
            | "hdnetwork"
            | "applehttp"
            | "rtsp";
        objectType: "KalturaPlaybackSource";
        protocols: "http,https"
        | "http"
        | "rtmp,rtmpe,rtmpt,rtmpte"
        | "https";
        url: string;
    }
    Index

    Properties

    deliveryProfileId: number
    drm: unknown[]
    flavorIds: string
    format:
        | "url"
        | "hdnetworkmanifest"
        | "mpegdash"
        | "hdnetwork"
        | "applehttp"
        | "rtsp"
    objectType: "KalturaPlaybackSource"
    protocols: "http,https" | "http" | "rtmp,rtmpe,rtmpt,rtmpte" | "https"
    url: string