[Audio] Fix doxygen error
authorJeongho Mok <jho.mok@samsung.com>
Tue, 30 May 2017 09:09:26 +0000 (18:09 +0900)
committerJeongho Mok <jho.mok@samsung.com>
Wed, 31 May 2017 02:20:06 +0000 (02:20 +0000)
Change-Id: I35be10897d24717c23d395380bf511dc23ba5c48

src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs

index 1a2c1ac..b914c9c 100755 (executable)
@@ -209,7 +209,8 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Acquires the stream focus.
         /// </summary>
-        /// <param name="focusMask">The focus mask that user wants to acquire</param>
+        /// <param name="options">The focus mask that user wants to acquire</param>
+        /// <param name="audioStreamBehavior">The required action for releaser</param>
         /// <param name="extraInformation">The Extra information for this request (optional, this can be null)</param>
         /// <remarks>
         /// 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.
         /// </summary>
         /// <param name="options">The focus mask that user wants to release</param>
+        /// <param name="audioStreamBehavior">The required action for acquirer</param>
         /// <param name="extraInformation">he Extra information for this request (optional, this can be null)</param>
         /// <remarks>
         /// Do not call this API within event handlers of FocuStateChanged and StreamFocusStateWatch else it will throw and exception