Add get ns/agc function
[platform/core/api/audio-io.git] / include / CAudioInfo.h
index fbe2439..3a86f07 100644 (file)
@@ -149,7 +149,8 @@ namespace tizen_media_audio {
 
         /* Effect */
         void setEffectMethod(int method) noexcept;
-        std::string getEffectMethod() const noexcept;
+        std::string getEffectNoiseSuppressionMethod() const noexcept;
+        std::string getEffectAutomaticGainControlMethod() const noexcept;
 
         void setEffectMethodWithReference(sound_effect_method_with_reference_e method, int id) noexcept;
         std::pair<std::string, int> getEffectMethodWithReference() const noexcept;