From 5cfcd78ad8abfc5288c7e5b2f67fa0b7f4453261 Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Thu, 6 Jul 2017 18:18:03 +0900 Subject: [PATCH] Modify API documentation for the enumeric value of the media-controller Change-Id: I86cc84f3d9e03517b082f5771ce5b37411bb403d Signed-off-by: Jiyong Min --- .../MediaController/MediaControllerEnums.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Tizen.Multimedia.Remoting/MediaController/MediaControllerEnums.cs b/src/Tizen.Multimedia.Remoting/MediaController/MediaControllerEnums.cs index 005e060..dc12318 100755 --- a/src/Tizen.Multimedia.Remoting/MediaController/MediaControllerEnums.cs +++ b/src/Tizen.Multimedia.Remoting/MediaController/MediaControllerEnums.cs @@ -131,31 +131,31 @@ namespace Tizen.Multimedia.MediaController public enum MediaControllerSubscriptionType { /// - /// The type of subscription is Server state + /// The type of subscription is the state of server /// /// 3 ServerState, /// - /// The type of subscription is Playback + /// The type of subscription is the playback /// /// 3 Playback, /// - /// The type of subscription is Metadata + /// The type of subscription is the metadata /// /// 3 Metadata, /// - /// The type of subscription is Shuffle mode + /// The type of subscription is the shuffle mode /// /// 3 ShuffleMode, /// - /// The type of subscription is Repeat mode + /// The type of subscription is the repeat mode /// /// 3 RepeatMode, -- 2.7.4