Android Question Screenshot of Exaplayer playing video

BOHANG

Member
How to take screenshots while playing videos using Exaplayer. Tested several screenshot examples on the forum, and the obtained images showed that the video playback area was blank, while other positions were normal.
 

drgottjr

Expert
Licensed User
Longtime User
after you get the above running,
B4X:
Dim bmp as Bitmap = TextureView.RunMethod("getBitmap",Null)
will capture the video screen as a bitmap. do what you want with it
 
Upvote 0
Top