[Multimedia] Removed build warnings 79/153079/1
authorcoderhyme <jhyo.kim@samsung.com>
Thu, 28 Sep 2017 02:12:27 +0000 (11:12 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Thu, 28 Sep 2017 02:12:27 +0000 (11:12 +0900)
Change-Id: If78739edb778a941352b563ecf1b7da745a05ae5
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs
src/Tizen.Multimedia/Common/Display.cs
src/Tizen.Multimedia/MediaView/MediaView.cs

index 2429e39..bbe05b5 100755 (executable)
@@ -33,7 +33,8 @@ namespace Tizen.Multimedia
         /// </summary>
         /// <remarks>
         /// To apply the stream policy according to this stream information, the AudioStreamPolicy should
-        /// be passed to other APIs related to playback or recording. (For example., <see cref="Player"/>, <see cref="WavPlayer"/> , etc.)
+        /// be passed to other APIs related to playback or recording. (For example., <see cref="T:Tizen.MultimediaPlayer"/>,
+        /// <see cref="T:Tizen.Multimedia.WavPlayer"/> , etc.)
         /// </remarks>
         /// <param name="streamType">The type of the sound stream for which the policy needs to be created.</param>
         /// <exception cref="ArgumentException"><paramref name="streamType"/> is invalid.</exception>
index ba10409..6cf2769 100644 (file)
@@ -87,9 +87,9 @@ namespace Tizen.Multimedia
     /// <summary>
     /// Provides a means to wrap various display types.
     /// </summary>
-    /// <seealso cref="Player"/>
-    /// <seealso cref="Camera"/>
-    /// <seealso cref="Tizen.Multimedia.Remoting.ScreenMirroring"/>
+    /// <seealso cref="T:Tizen.Multimedia.Player"/>
+    /// <seealso cref="T:Tizen.Multimedia.Camera"/>
+    /// <seealso cref="T:Tizen.Multimedia.Remoting.ScreenMirroring"/>
     public class Display
     {
         private readonly IDisplaySetter _setter;
index a2cdd58..de18be5 100755 (executable)
@@ -24,7 +24,7 @@ namespace Tizen.Multimedia
     /// </summary>
     /// <remarks>
     /// This view should not be instantiated directly.\n
-    /// Use <see cref="Tizen.Xamarin.Forms.Extension.MediaView"/> to create the view.
+    /// Use <see cref="T:Tizen.Xamarin.Forms.Extension.MediaView"/> to create the view.
     /// </remarks>
     /// <example>
     /// <code>