Revert "Use AudioTrack::event_type not int in callback"

This reverts commit dd51bdc4cf4b7c9f09e7dc4116651c6681d5287c
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.h b/libvideoeditor/lvpp/VideoEditorPlayer.h
index f87a076..349f7fd 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.h
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.h
@@ -68,7 +68,7 @@
     private:

         static void             setMinBufferCount();

         static void             CallbackWrapper(

-                AudioTrack::event_type event, void *me, void *info);

+                int event, void *me, void *info);

 

         AudioTrack*             mTrack;

         AudioCallback           mCallback;