mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalvoleffect.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    93      * and the max value returned by GetMaxLevel().
    93      * and the max value returned by GetMaxLevel().
    94      *
    94      *
    95      * @param  level
    95      * @param  level
    96      *      the volume level to be set.
    96      *      the volume level to be set.
    97      * @return
    97      * @return
    98      *      TMS_RESULT_SUCCESS if the operation was successful.
    98      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
    99      *      system error.
    99      */
   100      */
   100     IMPORT_C gint SetLevel(const guint level);
   101     IMPORT_C gint SetLevel(const guint level);
   101 
   102 
   102     /**
   103     /**
   103      * Return current global audio volume level.
   104      * Return current global audio volume level.
   104      *
   105      *
   105      * @param  level
   106      * @param  level
   106      *      Volume level to be set.
   107      *      Volume level to be set.
   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 volume level.
   120      *      Max volume 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     /**
   128      *
   131      *
   129      * @param  effecttype
   132      * @param  effecttype
   130      *      Type of the effect object (TMS_EFFECT_GLOBAL_VOL).
   133      *      Type of the effect object (TMS_EFFECT_GLOBAL_VOL).
   131      *
   134      *
   132      * @return
   135      * @return
   133      *      TMS_RESULT_SUCCESS if the operation was successful.
   136      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
   137      *      system error.
   134      *
   138      *
   135      */
   139      */
   136     IMPORT_C virtual gint GetType(TMSEffectType& effecttype);
   140     IMPORT_C virtual gint GetType(TMSEffectType& effecttype);
   137 
   141 
   138 protected:
   142 protected: