UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VorbisChannelLayout = void 0; /** * @export * @enum {string} */ var VorbisChannelLayout; (function (VorbisChannelLayout) { VorbisChannelLayout["NONE"] = "NONE"; VorbisChannelLayout["MONO"] = "MONO"; VorbisChannelLayout["CL_STEREO"] = "STEREO"; VorbisChannelLayout["CL_SURROUND"] = "SURROUND"; VorbisChannelLayout["CL_QUAD"] = "QUAD"; VorbisChannelLayout["CL_2_1"] = "2.1"; VorbisChannelLayout["CL_2_2"] = "2.2"; VorbisChannelLayout["CL_3_1"] = "3.1"; VorbisChannelLayout["CL_4_0"] = "4.0"; VorbisChannelLayout["CL_5_1"] = "5.1"; VorbisChannelLayout["CL_5_1_BACK"] = "5.1_BACK"; })(VorbisChannelLayout || (exports.VorbisChannelLayout = VorbisChannelLayout = {})); exports.default = VorbisChannelLayout;