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

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