Baseflow / XamarinMediaManager

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

PositionChanged in milliseconds #907

Open modernpayam opened 10 months ago

modernpayam commented 10 months ago

💬 Questions and Help

Hello I use the library MediaManager - Cross platform media plugin for Xamarin and Windows The CrossMediaManager.Current.PositionChanged event gives the position value in seconds And its millisecond value does not change. While I run this command with the CrossMediaManager.Current.Position click event, it is completely accurate I want the CrossMediaManager.Current.PositionChanged event to be executed every time the position changes in milliseconds. I hope you will answer me and guide me