/** * Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating * @export * @enum {string} */ export declare enum DolbyAtmosDialogueIntelligence { ENABLED = "ENABLED", DISABLED = "DISABLED" } export default DolbyAtmosDialogueIntelligence;