From 0fb8b04005ab467d621317fedec4c72f8103f54f Mon Sep 17 00:00:00 2001
From: nam <36914158+aferin@users.noreply.github.com>
Date: Fri, 31 May 2019 10:09:11 +0900
Subject: [PATCH] [MediaPlayer] Change descriptions of audio pitch APIs (#870)
* [MediaPlayer] Change descriptions of audio pitch APIs
---
src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
index 2af4ce9..6c2c8fc 100644
--- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
+++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
@@ -560,7 +560,8 @@ namespace Tizen.Multimedia
}
///
- /// Gets or sets the audio pitch.
+ /// Enables or disables controlling the pitch of audio.
+ /// Gets the status of controlling the pitch of audio.
///
/// The value indicating whether or not AudioPitch is enabled. The default is false.
/// This function is used for audio content only.
@@ -590,7 +591,7 @@ namespace Tizen.Multimedia
}
///
- /// Gets or sets the audio pitch value.
+ /// Gets or sets the pitch of audio.
///
/// The audio stream pitch value. The default is 1.
/// Enabling pitch control could increase the CPU usage on some devices.
--
2.7.4