mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6678 from Dhilan007/v3
fixed compile fail on android.
This commit is contained in:
commit
ed7f27665a
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue