@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
9 lines (8 loc) • 316 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveChannelSegmentType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static videoAndAudio: KalturaLiveChannelSegmentType;
}