@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
15 lines (14 loc) • 535 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaCuePointType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static ad: KalturaCuePointType;
static annotation: KalturaCuePointType;
static code: KalturaCuePointType;
static event: KalturaCuePointType;
static quizAnswer: KalturaCuePointType;
static quizQuestion: KalturaCuePointType;
static thumb: KalturaCuePointType;
}