mmmw_plat/telephony_multimedia_service_api/inc/tms.h
branchRCL_3
changeset 13 f5c5c82a163e
parent 10 3d8c721bf319
child 24 bea5e7625e42
--- 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