From: nam <36914158+aferin@users.noreply.github.com> Date: Thu, 9 May 2019 07:32:18 +0000 (+0900) Subject: [MediaPlayer] Change documentation for streaming APIs (#826) X-Git-Tag: 5.5_M2~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78474c49c7ec2f128fbccbcf6a5a7f6773ef344c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [MediaPlayer] Change documentation for streaming APIs (#826) * [MediaPlayer] Change documentation for streaming APIs --- diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs index 1e91387..2af4ce9 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs @@ -40,11 +40,10 @@ namespace Tizen.Multimedia /// A duration of buffering data that must be prerolled to resume playback, /// when player is internally paused for buffering. /// Except 0 and -1, setting at least 1000 milliseconds is recommended to ensure the normal buffering operation. - /// 0 : use platform default value which could be different depending on the streaming type and network status. (the initial value) - /// -1 : use current value. (since 5.5) - /// 0 means platform default value which could be different depending on the streaming type and network status. + /// 0 : use platform default value, which depends on the streaming type and network status. It is set as the initial value of this parameter. /// If the player state is or , - /// this function will return correct time value instead of 0. (since 5.5) + /// this function will return correct time value instead of 0. (since 5.5) + /// -1 : use current value. (since 5.5) /// 5 public PlayerBufferingTime(int preBufferMillisecond = -1, int reBufferMillisecond = -1) {