I need any way to stop the draw of TextureView
, not pause the video with MediaPlayer
.
But why? Because I want stop the draw of the video and do some transitions on that view, when these transitions end, release the video.
I've tried to use lockCanvas()
and unlockCanvas()
. My app uses ExoPlayer(can help...). But doesn't work.