mmmw_plat/telephony_multimedia_service_api/inc/tmsgaineffect.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    92      *
    92      *
    93      * @param  level
    93      * @param  level
    94      *      Gain level to be set.
    94      *      Gain level to be set.
    95      *
    95      *
    96      * @return
    96      * @return
    97      *      TMS_RESULT_SUCCESS if the operation was successful.
    97      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
    98      *      system error.
    98      *
    99      *
    99      */
   100      */
   100     IMPORT_C gint SetLevel(const guint level);
   101     IMPORT_C gint SetLevel(const guint level);
   101 
   102 
   102     /**
   103     /**
   104      *
   105      *
   105      * @param  level
   106      * @param  level
   106      *      Current mic gain level.
   107      *      Current mic gain level.
   107      *
   108      *
   108      * @return
   109      * @return
   109      *      TMS_RESULT_SUCCESS if the operation was successful.
   110      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
   111      *      system error.
   110      *
   112      *
   111      */
   113      */
   112     IMPORT_C gint GetLevel(guint& level);
   114     IMPORT_C gint GetLevel(guint& level);
   113 
   115 
   114     /**
   116     /**
   116      *
   118      *
   117      * @param  level
   119      * @param  level
   118      *      Max gain level.
   120      *      Max gain level.
   119      *
   121      *
   120      * @return
   122      * @return
   121      *      TMS_RESULT_SUCCESS if the operation was successful.
   123      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
   124      *      system error.
   122      *
   125      *
   123      */
   126      */
   124     IMPORT_C gint GetMaxLevel(guint& level);
   127     IMPORT_C gint GetMaxLevel(guint& level);
   125 
   128 
   126     /**
   129     /**
   130      *
   133      *
   131      * @param  effecttype
   134      * @param  effecttype
   132      *      Variable that contains the effect type on return.
   135      *      Variable that contains the effect type on return.
   133      *
   136      *
   134      * @return
   137      * @return
   135      *      TMS_RESULT_SUCCESS if the operation was successful.
   138      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
   139      *      system error.
   136      *
   140      *
   137      */
   141      */
   138     IMPORT_C virtual gint GetType(TMSEffectType& effecttype);
   142     IMPORT_C virtual gint GetType(TMSEffectType& effecttype);
   139 
   143 
   140 protected:
   144 protected: