[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 2429e3964bbe345b0be0c70f1f4ef513c49682d5..bbe05b5463a2472e86e98cf5992ecd3eb73310fc 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 ba104096f81c2ed447e6bfabdb8b686f11c34afc..6cf2769c074aee1721f84ab88e395bf3c503f9c9 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 a2cdd586498dd764225518aec8b5ba7c79e13e55..de18be5675d745acb9e94261cb588fdc5ec9d2b1 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>