@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
35 lines • 2.09 kB
JavaScript
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
import { KalturaObjectBase } from '../kaltura-object-base';
import { KalturaTypesFactory } from '../kaltura-types-factory';
var KalturaPlayReadyAnalogVideoOPId = (function (_super) {
__extends(KalturaPlayReadyAnalogVideoOPId, _super);
function KalturaPlayReadyAnalogVideoOPId(value) {
var _this = _super.call(this) || this;
_this._value = value + '';
return _this;
}
KalturaPlayReadyAnalogVideoOPId.prototype.equals = function (obj) {
return obj && obj.toString() === this._value;
};
KalturaPlayReadyAnalogVideoOPId.prototype.toString = function () {
return this._value;
};
KalturaPlayReadyAnalogVideoOPId.agcAndColorStripe = new KalturaPlayReadyAnalogVideoOPId('C3FD11C6-F8B7-4D20-B008-1DB17D61F2DA');
KalturaPlayReadyAnalogVideoOPId.bestEffortExplicitAnalogTv = new KalturaPlayReadyAnalogVideoOPId('225CD36F-F132-49EF-BA8C-C91EA28E4369');
KalturaPlayReadyAnalogVideoOPId.explicitAnalogTv = new KalturaPlayReadyAnalogVideoOPId('2098DE8D-7DDD-4BAB-96C6-32EBB6FABEA3');
KalturaPlayReadyAnalogVideoOPId.imageConstraintMonitor = new KalturaPlayReadyAnalogVideoOPId('D783A191-E083-4BAF-B2DA-E69F910B3772');
KalturaPlayReadyAnalogVideoOPId.imageConstraintVideo = new KalturaPlayReadyAnalogVideoOPId('811C5110-46C8-4C6E-8163-C0482A15D47E');
return KalturaPlayReadyAnalogVideoOPId;
}(KalturaObjectBase));
export { KalturaPlayReadyAnalogVideoOPId };
KalturaTypesFactory.registerType('KalturaPlayReadyAnalogVideoOPId', KalturaPlayReadyAnalogVideoOPId);
//# sourceMappingURL=KalturaPlayReadyAnalogVideoOPId.js.map