Hello,
Do you know if it is possible to get the total duration of the audio file via Media Manager?
You can use mediaItem.Duration to get the total duration of the audio file via Media Manager like following code.
var mediaItem = await CrossMediaManager.Current.Play("https://ia800806.us.archive.org/15/items/Mp3Playlist_555/AaronNeville-CrazyLove.mp3");
var duration= mediaItem.Duration;
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.