mmmw_plat/telephony_multimedia_service_api/inc/tmsg729format.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    53      *
    53      *
    54      * @param  vad
    54      * @param  vad
    55      *      Sets VAD feature on or off.
    55      *      Sets VAD feature on or off.
    56      *
    56      *
    57      * @return
    57      * @return
    58      *      TMS_RESULT_SUCCESS if the operation was successful.
    58      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
    59      *      system error.
    59      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
    60      *      TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented
    60      *      by the adaptation.
    61      *      by the adaptation.
    61      *      TMS_RESULT_DOES_NOT_EXIST if the custom interface handle does
    62      *      TMS_RESULT_DOES_NOT_EXIST if the custom interface handle does
    62      *      not exist.
    63      *      not exist.
    63      *
    64      *
    71      *
    72      *
    72      * @param  vad
    73      * @param  vad
    73      *      Current VAD setting of the encoder.
    74      *      Current VAD setting of the encoder.
    74      *
    75      *
    75      * @return
    76      * @return
    76      *      TMS_RESULT_SUCCESS if the operation was successful.
    77      *      TMS_RESULT_SUCCESS if the operation was successful otherwise
       
    78      *      system error.
    77      *
    79      *
    78      */
    80      */
    79     IMPORT_C gint GetVADMode(gboolean& vad);
    81     IMPORT_C gint GetVADMode(gboolean& vad);
    80 
    82 
    81 protected:
    83 protected: