Skip to content

SwiftUI video player

Compare
Choose a tag to compare
@swiftuiux swiftuiux released this 07 Aug 16:01
· 363 commits to main since this release

Release Notes

In this release, playback commands have been added to enhance the control and functionality of the video player. Below is a summary of the new commands and their descriptions:

  • play: Command to play the video.
  • pause: Command to pause the video.
  • seek(to: Double): Command to seek to a specific time in the video.
  • begin: Command to position the video at the beginning.
  • end: Command to position the video at the end.
  • mute: Command to mute the video.
  • unmute: Command to unmute the video.