Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

using mediamanager how to play mp3 files

// when you have it in your resources do this in your async void
await CrossMediaManager.Current.PlayFromResource("myAudio.mp3");
 
PREVIOUS NEXT
Tagged: #mediamanager #play #files
ADD COMMENT
Topic
Name
4+5 =