UNPKG

@kaltura-ng/kaltura-client

Version:
13 lines (12 loc) 592 B
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; }