From 78474c49c7ec2f128fbccbcf6a5a7f6773ef344c Mon Sep 17 00:00:00 2001
From: nam <36914158+aferin@users.noreply.github.com>
Date: Thu, 9 May 2019 16:32:18 +0900
Subject: [PATCH] [MediaPlayer] Change documentation for streaming APIs (#826)
* [MediaPlayer] Change documentation for streaming APIs
---
.../Player/Player.Properties.cs | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
index 1e91387de..2af4ce993 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)
{
--
2.34.1