Learn-iOS-Swift-by-Examples/AVFoundationSimplePlayer
Liu Lantao 5c680bfc5b AVFoundationSimplePlayer: Version 2.0, 2016-09-13
Updated to Swift 3

Demonstrates how to create a simple movie playback app using only the AVPlayer and AVPlayerLayer classes from AVFoundation (not AVKit). You'll see how to open a movie file and then how to implement various functionality including play, pause, fast forward, rewind, volume adjustment, time slider updating, and scrubbing.
2016-12-24 11:56:54 +08:00
..
Common AVFoundationSimplePlayer: Version 2.0, 2016-09-13 2016-12-24 11:56:54 +08:00
Objective-C AVFoundationSimplePlayer: Version 2.0, 2016-09-13 2016-12-24 11:56:54 +08:00
Swift AVFoundationSimplePlayer: Version 2.0, 2016-09-13 2016-12-24 11:56:54 +08:00
LICENSE.txt AVFoundationSimplePlayer: Version 2.0, 2016-09-13 2016-12-24 11:56:54 +08:00
README.md AVFoundationSimplePlayer: Version 2.0, 2016-09-13 2016-12-24 11:56:54 +08:00

README.md

AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media

Demonstrates how to create a simple movie playback app using only the AVPlayer and AVPlayerLayer classes from AVFoundation (not AVKit). You'll see how to load a movie file as an AVAsset and then how to implement various functionality including play, pause, fast forward, rewind, 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.