From 8640ebc10bd96fed5e26a5c6d7fe9c67ca105cd1 Mon Sep 17 00:00:00 2001 From: Jeongho Mok Date: Tue, 30 May 2017 18:09:26 +0900 Subject: [PATCH] [Audio] Fix doxygen error Change-Id: I35be10897d24717c23d395380bf511dc23ba5c48 --- src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs b/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs index 1a2c1ac..b914c9c 100755 --- a/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs +++ b/src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs @@ -209,7 +209,8 @@ namespace Tizen.Multimedia /// /// Acquires the stream focus. /// - /// The focus mask that user wants to acquire + /// The focus mask that user wants to acquire + /// The required action for releaser /// The Extra information for this request (optional, this can be null) /// /// Do not call this API within event handlers of FocuStateChanged and StreamFocusStateWatch else it will throw and exception @@ -225,6 +226,7 @@ namespace Tizen.Multimedia /// Releases the acquired focus. /// /// The focus mask that user wants to release + /// The required action for acquirer /// he Extra information for this request (optional, this can be null) /// /// Do not call this API within event handlers of FocuStateChanged and StreamFocusStateWatch else it will throw and exception -- 2.7.4