Hi, if I want my mediacontent inside an Android device to be at a directory given by Xamarin.Essentials.FileSystem.AppDataDirectory, can I manage that without coding; by just using FileVideoSource.File, or do I need to create an extra 'AppDataVideoSource' that somehow maps /data/user/0/com.company.app/files ?
If a new VideoSource class is neccessary, what would I fill into videoview.SetVideoPath(filename) to map /data/user/0/com.company.app/files ?
Thanks in advance,