Merge "AIDL effect: add VERY_HIGH level in NoiseSuppression"

This commit is contained in:
Shunkai Yao
2023-01-23 18:05:55 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -50,5 +50,6 @@ union NoiseSuppression {
LOW,
MEDIUM,
HIGH,
VERY_HIGH,
}
}

View File

@@ -62,7 +62,7 @@ union NoiseSuppression {
* suppression, NsConfig::SuppressionLevel::k12dB for MEDIUM, and
* NsConfig::SuppressionLevel::k18dB for HIGH.
*/
@VintfStability @Backing(type="int") enum Level { LOW, MEDIUM, HIGH }
@VintfStability @Backing(type="int") enum Level { LOW, MEDIUM, HIGH, VERY_HIGH }
/**
* The NS level.