mmmw_plat/telephony_multimedia_service_api/inc/tmsvolumeeffect.h
changeset 20 b67dd1fc57c5
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsvolumeeffect.h	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsvolumeeffect.h	Fri May 14 18:19:45 2010 -0500
@@ -96,7 +96,8 @@
      *      Volume level to be set.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint SetLevel(const guint level);
@@ -108,7 +109,8 @@
      *      Volume level.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetLevel(guint& level);
@@ -120,7 +122,8 @@
      *      Max volume level.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetMaxLevel(guint& level);
@@ -134,7 +137,8 @@
      *      Variable that contains the effect type on return.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetType(TMSEffectType& effecttype);