Learn-iOS-Swift-by-Examples/AVFoundationSimplePlayer-iOS
Liu Lantao 9ee7278faf
renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS
Signed-off-by: Liu Lantao <liulantao@gmail.com>
2017-11-20 07:42:24 +08:00
..
Common renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS 2017-11-20 07:42:24 +08:00
Objective-C renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS 2017-11-20 07:42:24 +08:00
Swift renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS 2017-11-20 07:42:24 +08:00
LICENSE.txt renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS 2017-11-20 07:42:24 +08:00
README.md renamed: AVFoundationSimplePlayer -> AVFoundationSimplePlayer-iOS 2017-11-20 07:42:24 +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.