I have a videoView which is playing both audio and video streams ,but when I am playing audio I dont want screen to be blank instead I want to show an image or thumbnail ,how can I achieve this task ?
Asked
Active
Viewed 586 times
1
-
Create a relative layout and then put Video view and a thumbnail into it. – Deepika Sep 20 '12 at 13:52
-
I need to show the thumbnail inside VideoView – Just Variable Sep 20 '12 at 14:16