[AudioManager] English review (#431)
authorDivya G K <37893210+divyk@users.noreply.github.com>
Fri, 31 Aug 2018 02:06:17 +0000 (07:36 +0530)
committerSangchul Lee <sangchul1011@gmail.com>
Fri, 31 Aug 2018 02:06:17 +0000 (11:06 +0900)
Have made changes in lines: 230-235.

src/Tizen.Multimedia/AudioManager/AudioManager.cs

index 5b10e8b..7c214a5 100644 (file)
@@ -227,12 +227,12 @@ namespace Tizen.Multimedia
         private static readonly object _audioDeviceRunningLock = new object();
 
         /// <summary>
-        /// Occurs when the audio stream started actually to running on device.
+        /// Occurs when the audio stream started actually to run on the device.
         /// </summary>
         /// <remarks>
-        /// If this event is invoked once and audio stream is still running on device,<br/>
-        /// it will not invoked any more even if more audio stream runs again,<br/>
-        /// until all streams are stoped and another stream runs again.
+        /// If this event is invoked once and the audio stream is still running on the device,<br/>
+        /// this event will not be invoked anymore, even if there are more audio streams to run.<br/>
+        /// This event is invoked only when all streams are stopped and a new stream starts to run.
         /// </remarks>
         /// <exception cref="InvalidOperationException">
         /// AudioManager failed to communicate internally or allocate memory.