gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h
changeset 10 6f340f756486
parent 7 71e347f905f2
child 26 69c7080681bf
--- a/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h	Mon May 03 12:47:24 2010 +0300
+++ b/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h	Fri May 14 16:08:32 2010 +0300
@@ -36,6 +36,7 @@
 #include <e32cons.h>
 #include <e32std.h>
 #include <e32debug.h>
+#include <AudioInput.h>
 #include <gst/gstbuffer.h>
 #include <gst/gst.h>
 
@@ -102,6 +103,7 @@
     CG711EncoderIntfc*    iG711EncoderIntfc;
     CG729EncoderIntfc*    iG729EncoderIntfc;
     CIlbcEncoderIntfc*    iIlbcEncoderIntfc;
+    CAudioInput*          iAudoInputRecord;
 
 public:
 	DevSoundWrapperSrc();