Baseflow / XamarinMediaManager

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

PositionChanged in milliseconds #907

Open modernpayam opened 1 year ago

modernpayam commented 1 year 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