@playkit-js/kaltura-player-js
Version:
[](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [ • 482 B
text/typescript
export interface PKAdOptions {
system?: string;
url?: string;
contentType?: string;
title?: string;
position?: number;
duration?: number;
clickThroughUrl?: string;
posterUrl?: string;
skipOffset?: number;
linear: boolean;
width: number;
height: number;
bitrate: number;
bumper: boolean;
inStream?: boolean;
vpaid?: boolean;
streamId?: string;
wrapperAdIds: Array<string>;
wrapperCreativeIds: Array<string>;
wrapperAdSystems: Array<string>;
}