Learn-iOS-Swift-by-Examples/AVFoundationQueuePlayer
Liu Lantao 4ed3e002e0 AVFoundationQueuePlayer: Version 2.0, 2016-09-13
Updated to Swift 3

Demonstrates how to create a movie queue playback app using only the AVQueuePlayer and AVPlayerLayer classes of AVFoundation (not AVKit). You’ll find out how to manage a queue compromised of local, HTTP-live-streamed, and progressive-download movies. You’ll also see how to implement play, pause, skip, volume adjustment, time slider updating, and scrubbing.
2016-12-24 12:07:45 +08:00
..
Common AVFoundationQueuePlayer: Version 2.0, 2016-09-13 2016-12-24 12:07:45 +08:00
Objective-C AVFoundationQueuePlayer: Version 2.0, 2016-09-13 2016-12-24 12:07:45 +08:00
Swift AVFoundationQueuePlayer: Version 2.0, 2016-09-13 2016-12-24 12:07:45 +08:00
LICENSE.txt AVFoundationQueuePlayer: Version 2.0, 2016-09-13 2016-12-24 12:07:45 +08:00
README.md AVFoundationQueuePlayer: Version 2.0, 2016-09-13 2016-12-24 12:07:45 +08:00

README.md

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.