Baseflow / XamarinMediaManager

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

Event fired when an element inside of a list of elements sent to play finishes #897

Open AlvaroRojas opened 1 year ago

AlvaroRojas commented 1 year ago

Hello,

Is there any event that fires before an item is about to play that is already in the Queue without user interaction (when song is over)? In my use case, I populate the mediaUri with a dummy URL and before playing I need to use a custom logic to set the real mediaUri to be played in the item in the queue, but to date, I have been unable to find an event that fires with those specific constraints.

Thanks.