VLCUI
VLCUI copied to clipboard
VLCKit for SwiftUI
When windows are resized/rotated on macOS/iOS, respect current percentage of aspect fill.
Transforms on macOS require additional handling for scaling, where the anchor point of the layer must be updated along with the scaling. Resources: - https://www.advancedswift.com/nsview-animations-guide/#smooth-nsview-scale-animations
For `replay` the current configuration is used but with the start ticks set to 0 and auto play enabled. The configuration contextually represents the values of how the current media...
When using `jumpFoward/jumpBackward` with a length that would put `VLCMediaPlayer` out of bounds of the media it puts it into an untrackable state. Check when using these events against the...
`VLCMediaPlayer` has many additional properties. - https://videolan.videolan.me/VLCKit/interface_v_l_c_media_player.html Provide properties in: - `Configuration` for defaults - `Event` for customization - `PlaybackInformation` for live information
- Added `setVolume` to `VLCVideoPlayer.Proxy` `ObservableObject` - Fixed an issue in `mediaPlayerTimeChanged` that was causing delays when playing videos with a start time greater than zero for `m3u8` files.
As the new version version is progressing at a good pace, are there any plans to upgrade in the future? The 4.0 version has some pretty nice upgrades, especially the...