SwiftUI video player
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.