[Multimedia] Add missing exception specification in AudioStreamPolicy. 18/145118/1
authorcoderhyme <jhyo.kim@samsung.com>
Mon, 21 Aug 2017 09:47:04 +0000 (18:47 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Mon, 21 Aug 2017 09:47:04 +0000 (18:47 +0900)
Change-Id: I6466014bfd389c704c5c2343457cf23ea601ad69
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs

index accf277..bfa6ee4 100755 (executable)
@@ -249,6 +249,7 @@ namespace Tizen.Multimedia
         ///     An internal error occurs.
         /// </exception>
         /// <exception cref="ArgumentNullException"><paramref name="device"> is null.</exception>
+        /// <exception cref="AudioPolicyException"><see cref="AudioStreamType"/> of <paramref name="device"/> is unavailable for this.</exception>
         /// <exception cref="ObjectDisposedException">The <see cref="AudioStreamPolicy"/> has already been disposed of.</exception>
         /// <seealso cref="AudioManager.GetConnectedDevices()"/>
         /// <seealso cref="ApplyStreamRouting"/>