Skip to content

SwiftUI video player

Compare
Choose a tag to compare
@swiftuiux swiftuiux released this 15 Aug 13:11
· 142 commits to main since this release

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.