UNPKG

kaltura-node-typescript-client

Version:
11 lines (10 loc) 535 B
import { KalturaObjectMetadata } from '../kaltura-object-base'; import { KalturaDeliveryProfileHttp, KalturaDeliveryProfileHttpArgs } from './KalturaDeliveryProfileHttp'; export interface KalturaDeliveryProfileAkamaiHttpArgs extends KalturaDeliveryProfileHttpArgs { useIntelliseek?: boolean; } export declare class KalturaDeliveryProfileAkamaiHttp extends KalturaDeliveryProfileHttp { useIntelliseek: boolean; constructor(data?: KalturaDeliveryProfileAkamaiHttpArgs); protected _getMetadata(): KalturaObjectMetadata; }