From: coderhyme Date: Thu, 28 Sep 2017 03:49:42 +0000 (+0900) Subject: [Multimedia] Fixed comment errors in MediaPlayer X-Git-Tag: preview1-00262~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F153140%2F2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Multimedia] Fixed comment errors in MediaPlayer Change-Id: I84fd5d8d40b675dbe876aa277afa78196ff2bded Signed-off-by: coderhyme --- diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs b/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs index 2785aef..79b93ef 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs @@ -55,7 +55,7 @@ namespace Tizen.Multimedia /// Initializes a new instance of the MediaBufferSource class from the buffer. /// /// The source array to be copied into the buffer. - /// is null. + /// is null. public MediaBufferSource(byte[] buffer) : this(buffer, buffer == null ? 0 : buffer.Length) { } @@ -68,7 +68,7 @@ namespace Tizen.Multimedia /// The source array to be copied into the buffer. /// The value indicating the number of bytes to copy from the buffer. /// The value indicating the offset in the buffer of the first byte to copy. - /// is null. + /// is null. /// /// is less than zero.\n /// -or-\n