diff -r 3570217d8c21 -r 2eb3b066cc7d mmmw_plat/telephony_multimedia_service_api/inc/tmsformat.h --- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsformat.h Tue May 11 16:42:02 2010 +0300 +++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsformat.h Tue May 25 13:16:00 2010 +0300 @@ -64,7 +64,8 @@ * The typedef std::vector BitRateVector; list of codecs. * * @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. * @@ -80,7 +81,8 @@ * Bitrate to be set for the encoder. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * TMS_RESULT_INVALID_ARGUMENT if requested bitrate is invalid. * TMS_RESULT_FEATURE_NOT_SUPPORTED if this method is not implemented * by the adaptation. @@ -97,7 +99,8 @@ * Current bitrate. * * @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. * @@ -111,7 +114,8 @@ * Type of the format object. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * */ IMPORT_C virtual gint GetType(TMSFormatType& fmttype);