From: nam <36914158+aferin@users.noreply.github.com> Date: Thu, 29 Aug 2019 04:42:45 +0000 (+0900) Subject: [MediaPlayer] fix descriptions to reflect comments (#993) X-Git-Tag: submit/tizen/20190830.005159~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae091f1aa7feedc1d33f7665606c21d75cad4e50;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [MediaPlayer] fix descriptions to reflect comments (#993) --- diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs index 5188fcb24..fd7557e41 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs @@ -346,16 +346,16 @@ namespace Tizen.Multimedia } /// - /// Prepares the cancellable media player for playback, asynchronously. + /// Prepares the cancelable media player for playback, asynchronously. /// /// The cancellation token to cancel preparing. /// - /// A task that represents the asynchronous prepare operation. + /// The task that represents the asynchronous prepare operation. /// To prepare the player, the player must be in the state, /// and a source must be set. /// The state must be to cancel preparing. /// When preparing is cancelled, a state will be changed to from . - /// The player has already been disposed of. + /// The player has already been disposed. /// /// Operation failed; internal error. /// -or-