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
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue