Fix build
Change-Id: I2eb54a936630094b4bd9c19a944579670a4e0bb8
This commit is contained in:
@@ -252,6 +252,11 @@ class VideoDumpView extends GLSurfaceView implements MediaPlayerControl {
|
|||||||
mMediaPlayer.seekTo(pos);
|
mMediaPlayer.seekTo(pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getAudioSessionId() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onTouchEvent(MotionEvent ev) {
|
public boolean onTouchEvent(MotionEvent ev) {
|
||||||
attachMediaController();
|
attachMediaController();
|
||||||
|
|||||||
Reference in New Issue
Block a user