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