Source: factory/soundFormatType.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * 音響方式
 */
var SoundFormatType;
(function (SoundFormatType) {
    SoundFormatType["DIGITAL"] = "DIGITAL";
    SoundFormatType["DOLBY_ATMOS"] = "DOLBY_ATMOS";
})(SoundFormatType || (SoundFormatType = {}));
exports.default = SoundFormatType;