mmmw_plat/telephony_multimedia_service_api/inc/tmsg711format.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsg711format.h	Tue May 11 16:42:02 2010 +0300
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsg711format.h	Tue May 25 13:16:00 2010 +0300
@@ -59,7 +59,8 @@
      *      Sets selected G.711 encoding or decoding mode.
 
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *      TMS_RESULT_INVALID_STATE if this method is used during active
      *      encoding or decoding operation.
      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
@@ -82,7 +83,8 @@
      *      Returns current G.711 encoding or decoding mode.
 
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetMode(TMSG711CodecMode& mode);
@@ -98,7 +100,8 @@
      *      Sets CNG feature on or off.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *      TMS_RESULT_INVALID_STATE if this method is used during active
      *      decoding operation.
      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
@@ -117,7 +120,7 @@
      *      Current CNG setting of the decoder.
      *
      * @return gint
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise system error..
      *
      */
     IMPORT_C gint GetCNG(gboolean& cng);
@@ -133,7 +136,7 @@
      *      Sets PLC feature on or off.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise system error..
      *      TMS_RESULT_INVALID_STATE if this method is used during active
      *      decoding operation.
      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
@@ -151,7 +154,8 @@
      *      Current CNG setting of the decoder.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetPlc(gboolean& plc);
@@ -166,7 +170,8 @@
      *      Sets VAD feature on or off.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
      *      by the adaptation.
      *
@@ -182,7 +187,8 @@
      *      Current VAD setting of the encoder.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetVADMode(gboolean& vad);