Learn-iOS-Swift-by-Examples/AVFoundationQueuePlayer/README.md

16 lines
603 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AVFoundationQueuePlayer-iOS: Using a Mixture of Local File Based Assets and HTTP Live Streaming Assets with AVFoundation
Demonstrates how to create a movie queue playback app using only the AVQueuePlayer and AVPlayerLayer classes of AVFoundation (not AVKit). Youll find out how to manage a queue compromised of local, HTTP-live-streamed, and progressive-download movies. Youll also see how to implement play, pause, skip, time slider updating, and scrubbing.
## Requirements
### Build
Xcode 8.0, iOS 9.0 SDK
### Runtime
iOS 9.0 or later
Copyright (C) 2016 Apple Inc. All rights reserved.