RxAudioVisual
RxAudioVisual copied to clipboard
A reactive wrapper built around AVFoundation.
Results
2
RxAudioVisual issues
Sort by
recently updated
recently updated
newest added
Basically, presentationSize have to emit CGSize type. However, in your code the presentationSize in AVPlayerItem+Rx.swift emit CMTime type. What do you think? Can I send PR?
Is there any support for `addPeriodicTimeObserver` in `AVPlayer`? It will be very useful for seekbar or is there any other function with similar functionality?