From: nam <36914158+aferin@users.noreply.github.com>
Date: Fri, 31 May 2019 01:09:11 +0000 (+0900)
Subject: [MediaPlayer] Change descriptions of audio pitch APIs (#870)
X-Git-Tag: submit/tizen/20190601.005213~1^2~2
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fb8b04005ab467d621317fedec4c72f8103f54f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git
[MediaPlayer] Change descriptions of audio pitch APIs (#870)
* [MediaPlayer] Change descriptions of audio pitch APIs
---
diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
index 2af4ce993..6c2c8fc85 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.