[AudioManager] Add new exception to the doxygen of ApplyStreamRouting() (#1052)
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 10 Oct 2019 01:59:50 +0000 (10:59 +0900)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 01:59:50 +0000 (10:59 +0900)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs

index 5a50f73..9d450f6 100644 (file)
@@ -242,6 +242,11 @@ namespace Tizen.Multimedia
         /// </remarks>
         /// <seealso cref="AddDeviceForStreamRouting(AudioDevice)"/>
         /// <seealso cref="RemoveDeviceForStreamRouting(AudioDevice)"/>
+        /// <exception cref="InvalidOperationException">
+        ///     A device has not been set.<br/>
+        ///     -or-<br/>
+        ///     An internal error occurs.
+        /// </exception>
         /// <exception cref="ObjectDisposedException">The <see cref="AudioStreamPolicy"/> has already been disposed of.</exception>
         /// <since_tizen> 3 </since_tizen>
         public void ApplyStreamRouting()