Fix build
Change-Id: Ife1a8494d5a02985f8bd7fdd28130486aad34d3b
This commit is contained in:
@@ -710,6 +710,11 @@ class MediaCodecView extends SurfaceView
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getAudioSessionId() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
private void toggleMediaControlsVisiblity() {
|
private void toggleMediaControlsVisiblity() {
|
||||||
if (mMediaController.isShowing()) {
|
if (mMediaController.isShowing()) {
|
||||||
mMediaController.hide();
|
mMediaController.hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user