VLCMediaPlayer: Allow to get time/position from any thread
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.
Loading
Please register or sign in to comment