diff -r 3570217d8c21 -r 2eb3b066cc7d mmmw_plat/telephony_multimedia_service_api/inc/tmsstream.h --- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsstream.h Tue May 11 16:42:02 2010 +0300 +++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsstream.h Tue May 25 13:16:00 2010 +0300 @@ -254,7 +254,7 @@ * sink is re-claimed by the client. * * @param sink - * Dink to removed from the stream. + * Sink to removed from the stream. * * @return * TMS_RESULT_SUCCESS if sink is removed successfully from the stream. @@ -385,6 +385,17 @@ IMPORT_C gint GetState(); /** + * Get stream ID. + * + * This function can be called at any time. + * + * @return + * Unique ID of the stream. + * + */ + IMPORT_C gint GetStreamId(); + + /** * Get stream type. * * This function can be called at any time. @@ -397,17 +408,6 @@ * Stream type indicating whether it is an uplink or downlink. * */ - IMPORT_C gint GetStreamId(); - - /** - * Get stream ID. - * - * This function can be called at any time. - * - * @return - * Unique ID of the stream. - * - */ IMPORT_C gint GetStreamType(); /**