Type Alias PlaybackSource

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;
}