Skip to content

SwiftUI video player

Compare
Choose a tag to compare
@swiftuiux swiftuiux released this 10 Sep 10:11
· 29 commits to main since this release

Release Notes for Version 1.7.4

New Features

  • Playback Commands:
    • Added a new idle command to the playback options. This command allows the video player to start without any immediate actions, waiting for explicit user commands post-initialization. Useful in scenarios where a video should not play automatically based on specific settings, and the initial command is set to .idle.

Updated Settings

  • Mute: The mute setting can now be configured to play the video without sound. Default is false.
  • NotAutoPlay: Updated the not autoplay setting to ensure the video does not automatically play upon initialization, aligning with scenarios where user interaction or specific conditions should dictate playback start. This is especially relevant when using the idle command as the control flow for the player's initial state. Default is false.