This collection of extensions provides a simplified interface for use of AVPlayer. It introduces:
- Combine publishers for
duration,periodicTime,timeControlStatus,status, andplayerProgress. - A new enum:
VideoPlayerStatethat represents the combination of of the above values as a single state that is commonly desired byAVPlayeruse cases. - Helpers for restarting and determining whether an
AVPlayerhas an audio track.
#Video