gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h
changeset 19 24ed0baaf8e5
parent 14 32e421e6175c
child 26 69c7080681bf
--- a/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h	Fri Apr 16 16:18:02 2010 -0500
+++ b/gst_plugins_symbian/gst/devsound/devsoundsrcwrapper.h	Fri Apr 30 19:11:56 2010 -0500
@@ -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();