UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

24 lines (23 loc) 784 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SrtToCea608708Caption = void 0; const Mapper_1 = require("../common/Mapper"); const BitmovinResource_1 = require("./BitmovinResource"); const InputPath_1 = require("./InputPath"); /** * @export * @class SrtToCea608708Caption */ class SrtToCea608708Caption extends BitmovinResource_1.default { constructor(obj) { super(obj); if (!obj) { return; } this.input = (0, Mapper_1.map)(obj.input, InputPath_1.default); this.ccChannel = (0, Mapper_1.map)(obj.ccChannel); this.characterEncoding = (0, Mapper_1.map)(obj.characterEncoding); } } exports.SrtToCea608708Caption = SrtToCea608708Caption; exports.default = SrtToCea608708Caption;