diff -r 03a293c97d5c -r f5c5c82a163e mmmw_plat/telephony_multimedia_service_api/inc/tms.h --- a/mmmw_plat/telephony_multimedia_service_api/inc/tms.h Wed Apr 14 16:29:54 2010 +0300 +++ b/mmmw_plat/telephony_multimedia_service_api/inc/tms.h Tue Apr 27 17:11:02 2010 +0300 @@ -155,7 +155,7 @@ #define TMS_AUDIO_OUTPUT_ETTY ((gint)7) #define TMS_AUDIO_OUTPUT_NOT_ACTIVE ((gint)8) -// TMSSignalEvent structure for callback notifications +// Structure signalling callback notifications struct TMSSignalEvent { guint type; @@ -166,12 +166,12 @@ gint prev_state; }; -// TMSRTPStreamDescription for RTP -struct TMSRTPStreamDescription +// Structure for global volume effect change event +struct TMSVolumeEventChangeData { - gint filler1; - gint filler2; - gint filler3; + guint level; + TMSAudioOutput output; + gboolean output_changed; }; } //namespace TMS