VLCMediaPlayer: Allow to get time/position from any thread
Merged
requested to merge umxprime/VLCKit:umxprime/media-player/observe-time-updates-from-any-thread/001 into master
Previous implementation forced user to get time and position from the main thread and configured the time update loop asynchronously.
These changes are configuring the time update observing loop synchronously and are allowing to get time and position with proper concurrent access.
Merge request reports
Activity
Filter activity
assigned to @umxprime
changed milestone to %4.0
added Maintenance label
Please register or sign in to reply