@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Cea608ChannelType = void 0;
/**
* Subtitle channel track
* @export
* @enum {string}
*/
var Cea608ChannelType;
(function (Cea608ChannelType) {
Cea608ChannelType["CC1"] = "CC1";
Cea608ChannelType["CC3"] = "CC3";
})(Cea608ChannelType || (exports.Cea608ChannelType = Cea608ChannelType = {}));
exports.default = Cea608ChannelType;