@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DolbyAtmosDialogueIntelligence = void 0;
/**
* Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating
* @export
* @enum {string}
*/
var DolbyAtmosDialogueIntelligence;
(function (DolbyAtmosDialogueIntelligence) {
DolbyAtmosDialogueIntelligence["ENABLED"] = "ENABLED";
DolbyAtmosDialogueIntelligence["DISABLED"] = "DISABLED";
})(DolbyAtmosDialogueIntelligence || (exports.DolbyAtmosDialogueIntelligence = DolbyAtmosDialogueIntelligence = {}));
exports.default = DolbyAtmosDialogueIntelligence;