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

This reverts commit dd51bdc4cf4b7c9f09e7dc4116651c6681d5287c
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
index 033445e..912aab0 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -525,7 +525,7 @@
 

 // static

 void VideoEditorPlayer::VeAudioOutput::CallbackWrapper(

-        AudioTrack::event_type event, void *cookie, void *info) {

+        int event, void *cookie, void *info) {

     //LOGV("VeAudioOutput::callbackwrapper");

     if (event != AudioTrack::EVENT_MORE_DATA) {

         return;