UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 728 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AacChannelLayout = void 0; /** * @export * @enum {string} */ var AacChannelLayout; (function (AacChannelLayout) { AacChannelLayout["NONE"] = "NONE"; AacChannelLayout["MONO"] = "MONO"; AacChannelLayout["CL_STEREO"] = "STEREO"; AacChannelLayout["CL_SURROUND"] = "SURROUND"; AacChannelLayout["CL_4_0"] = "4.0"; AacChannelLayout["CL_5_0_BACK"] = "5.0_BACK"; AacChannelLayout["CL_5_1_BACK"] = "5.1_BACK"; AacChannelLayout["CL_7_1"] = "7.1"; AacChannelLayout["CL_7_1_WIDE_BACK"] = "7.1_WIDE_BACK"; })(AacChannelLayout || (exports.AacChannelLayout = AacChannelLayout = {})); exports.default = AacChannelLayout;