Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
761 stars 304 forks source link

CrossMediaManager play from local #867

Closed Novotnde closed 1 year ago

Novotnde commented 2 years ago

I am trying to play from assests with CrossMediaManager, mp3 is located in asstest as Amndroid asset but nothing is played.

await CrossMediaManager.Current.PlayFromResource("assets:///britney.mp3");

I have also tred to play from resources raw folder