Releases: vitormesquita/KiwiPlayer
Releases · vitormesquita/KiwiPlayer
Updating to Swift 4.2
Implemented enhancements:
- Updated all code to swift 4.2
- Optimizing the code to process some heavy videos in a background thread
0.1.6
Fixed bugs:
- Solving mute's action to mute next video when it is become main player
0.1.5
Fixed bugs:
- Solving
isMuted
access level
0.1.4
Implemented enhancements:
- Implemented
isMuted
QueuePlayer's action
0.1.3
Implemented enhancements:
- Renamed delegate from
QueuePlaybackDelegate
toKiwiPlayerDelegate
Fixed bugs:
- Solving
AVPlayer
observer about current video time
0.1.2
Implemented enhancements:
- Renamed project, classes and other functions from
QueuePlayer
toKiwiPlayer
0.1.1
Implemented features:
- Put player observer to get current video time
- Added
currentTime
andtimePassed
to calculate time from all videos - Added method on delegate
playbackTimeDidChange(_ seconds: Float64)
to send when time was changed
0.1.0
First Verison!
This library came from the need to implement a light queue of player like AVQueuePlayer
, but a little bit difference haha.
AVQueuePlayer
not meet the demand cause I needed seek go back and go forward in single UISlider
with one "time line".
So now We can do it!!!!
QueuePlayer implements this features and we can use as a single video.
I based my code in a nice Library that help me a lot. The name of library is Player