[opt 3.0]
[Change] [1、打开视频播放音量 2、修复crashreport_upgrade加载异常] Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -199,7 +199,7 @@ public class TextureVideoView extends TextureView implements MediaPlayerControl
|
||||
}
|
||||
mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
|
||||
mMediaPlayer.setScreenOnWhilePlaying(true);
|
||||
mMediaPlayer.setVolume(0, 0);
|
||||
mMediaPlayer.setVolume(100, 100);
|
||||
mMediaPlayer.prepare();
|
||||
mPrepareState = mCurrentState = STATE_PREPARING;
|
||||
} catch (IOException | SecurityException | IllegalStateException | IllegalArgumentException ex) {
|
||||
|
||||
Reference in New Issue
Block a user