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

517 B

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.