SwiftUI video player
Release Notes - Version 1.6.15
Key Updates
New Features:
- Added the ability to configure the player to start emitting or publishing the current playback time of the video. This can be achieved by passing the new
TimePublishing
parameter during initialization. You can specify a custom interval or use the default setting for time publishing.
Improvements:
- Refactored the codebase to improve overall performance and efficiency. These optimizations enhance the responsiveness and stability of the player during video playback.