Modify the doxygen for AUDIO_STREAM_TYPE_NO_SOUND
authorEonseokLee <eonseok.lee@samsung.com>
Mon, 27 May 2013 01:37:46 +0000 (10:37 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Mon, 27 May 2013 01:37:46 +0000 (10:37 +0900)
Change-Id: Iff9b50f3e65225d81d8879fefe8e795bbd6d9eb4
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
inc/FMediaAudioManagerTypes.h
inc/FMediaAudioRouteManager.h

index c7e3d4f..f60ba75 100644 (file)
@@ -73,7 +73,7 @@ enum OutputAudioDevice
  */
 enum AudioStreamType
 {
-       AUDIO_STREAM_TYPE_NO_SOUND,                     /**< System is not playing any sound */
+       AUDIO_STREAM_TYPE_NO_SOUND,                     /**< Device does not set any audio stream types */
        AUDIO_STREAM_TYPE_SYSTEM,                                       /**< System audio */
        AUDIO_STREAM_TYPE_NOTIFICATION,                 /**< Notification audio */
        AUDIO_STREAM_TYPE_ALARM,                                        /**< Alarm type audio */
index 679cb43..1090e0e 100755 (executable)
@@ -218,7 +218,7 @@ public:
        *       @exception                      E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
        *       @remarks                
        *                                               - The specific error code can be accessed using the GetLastResult() method.
-       *                                               - @c AUDIO_STREAM_TYPE_NO_SOUND is returned when no sound is playing.
+       *                                               - @c AUDIO_STREAM_TYPE_NO_SOUND is returned when the error is occurred in this method.
        */
        AudioStreamType GetActiveAudioStreamType(void) const;