From ef9e7680b4760ef532255fe9aef5664a9eb8b257 Mon Sep 17 00:00:00 2001 From: coderhyme Date: Thu, 28 Sep 2017 12:49:42 +0900 Subject: [PATCH] [Multimedia] Fixed comment errors in MediaPlayer Change-Id: I84fd5d8d40b675dbe876aa277afa78196ff2bded Signed-off-by: coderhyme --- src/Tizen.Multimedia.MediaPlayer/Player/MediaBufferSource.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4