From: Jeongho Mok Date: Tue, 30 May 2017 09:09:26 +0000 (+0900) Subject: [Audio] Fix doxygen error X-Git-Tag: submit/trunk/20170823.075128~94^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8640ebc10bd96fed5e26a5c6d7fe9c67ca105cd1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Audio] Fix doxygen error Change-Id: I35be10897d24717c23d395380bf511dc23ba5c48 --- 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