Modify API documentation for the enumeric value of the media-controller
authorJiyong Min <jiyong.min@samsung.com>
Thu, 6 Jul 2017 09:18:03 +0000 (18:18 +0900)
committerhj kim <backto.kim@samsung.com>
Fri, 7 Jul 2017 02:25:55 +0000 (02:25 +0000)
Change-Id: I86cc84f3d9e03517b082f5771ce5b37411bb403d
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerEnums.cs

index 005e060..dc12318 100755 (executable)
@@ -131,31 +131,31 @@ namespace Tizen.Multimedia.MediaController
     public enum MediaControllerSubscriptionType
     {
         /// <summary>
-        /// The type of subscription is Server state
+        /// The type of subscription is the state of server
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         ServerState,
 
         /// <summary>
-        /// The type of subscription is Playback
+        /// The type of subscription is the playback
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Playback,
 
         /// <summary>
-        /// The type of subscription is Metadata
+        /// The type of subscription is the metadata
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Metadata,
 
         /// <summary>
-        /// The type of subscription is Shuffle mode
+        /// The type of subscription is the shuffle mode
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         ShuffleMode,
 
         /// <summary>
-        /// The type of subscription is Repeat mode
+        /// The type of subscription is the repeat mode
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         RepeatMode,