@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
13 lines (12 loc) • 592 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaPlayReadyAnalogVideoOPId extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static agcAndColorStripe: KalturaPlayReadyAnalogVideoOPId;
static bestEffortExplicitAnalogTv: KalturaPlayReadyAnalogVideoOPId;
static explicitAnalogTv: KalturaPlayReadyAnalogVideoOPId;
static imageConstraintMonitor: KalturaPlayReadyAnalogVideoOPId;
static imageConstraintVideo: KalturaPlayReadyAnalogVideoOPId;
}