Releases: LePips/VLCUI
Releases · LePips/VLCUI
0.5.1
- Make
VLCVideoPlayer.Proxy
conform toObservableObject
, in the instance it is desired that it can be injected into the environment - Convert all public facing fixed width integers to
Int
MediaTrack
is now astruct
instead of a tuple pair- Set the font via the string font name
- Fix setting the audio track index
VLCVideoPlayer.Proxy
now holds aweak
reference to the underlying objects
0.5.0
0.4.0
- Refactors use
VLCVideoPlayer.Proxy
instead of aCurrentValueSubject
for events - Refactors using
onTicksUpdated
andonStateUpdated
instead ofVLCVideoPlayerDelegate
- Adds logging
- Adds basic replay
VLCVideoPlayer.Configuration.autoPlay = true
by default- Rename
fastForward
tosetRate
0.3.0
0.2.2
- Internal changes, like creating a generic
ValueSelector<ValueType>
and file reorganization - Default to disabled if given an invalid track index
VLCVideoPlayer.Event.setTicks/setSeconds
consolidated toVLCVideoPlayer.Event.setTime
- Set the subtitle color with
VLCVideoPlayer.Event.setSubtitleColor
- Remove some
VLCVideoPlayerDelegate
methods - Configuration default value renaming due to redundancy
- Other configuration and playback information properties added