Using Xamarin with Visual Studio and C #, I made an Android application and I'm creating a player using VideoView
.
I would like to know how to access the mobile folder containing the video.
For example:
"/storage/pasta/video.mp4"
.
I know it's something with .SetVideoPath
of VideoView
, but I did not understand how.