[MediaPlayer] Change descriptions of audio pitch APIs (#870)
authornam <36914158+aferin@users.noreply.github.com>
Fri, 31 May 2019 01:09:11 +0000 (10:09 +0900)
committerGitHub <noreply@github.com>
Fri, 31 May 2019 01:09:11 +0000 (10:09 +0900)
* [MediaPlayer] Change descriptions of audio pitch APIs

src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs

index 2af4ce9..6c2c8fc 100644 (file)
@@ -560,7 +560,8 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the audio pitch.
+        /// Enables or disables controlling the pitch of audio.
+        /// Gets the status of controlling the pitch of audio.
         /// </summary>
         /// <value>The value indicating whether or not AudioPitch is enabled. The default is false.</value>
         /// <remarks>This function is used for audio content only.
@@ -590,7 +591,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the audio pitch value.
+        /// Gets or sets the pitch of audio.
         /// </summary>
         /// <value>The audio stream pitch value. The default is 1.</value>
         /// <remarks>Enabling pitch control could increase the CPU usage on some devices.