@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
14 lines (13 loc) • 486 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaContextType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static download: KalturaContextType;
static export: KalturaContextType;
static metadata: KalturaContextType;
static play: KalturaContextType;
static serve: KalturaContextType;
static thumbnail: KalturaContextType;
}