fixed compile fail on android.

This commit is contained in:
Dhilan007 2014-05-12 15:22:57 +08:00
parent f5055548ac
commit 64b2562e1f
1 changed files with 2 additions and 3 deletions

View File

@ -683,9 +683,8 @@ public class Cocos2dxVideoView extends SurfaceView implements MediaPlayerControl
return true; return true;
} }
@Override
public int getAudioSessionId () { public int getAudioSessionId () {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return 0; return mMediaPlayer.getAudioSessionId();
} }
} }