@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DtsXChannelLayout = void 0;
/**
* Can be 5.1 or 5.1.4
* @export
* @enum {string}
*/
var DtsXChannelLayout;
(function (DtsXChannelLayout) {
DtsXChannelLayout["CL_5_1"] = "5.1";
DtsXChannelLayout["CL_5_1_4"] = "5.1.4";
})(DtsXChannelLayout || (exports.DtsXChannelLayout = DtsXChannelLayout = {}));
exports.default = DtsXChannelLayout;