UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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