Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 517 Bytes

File metadata and controls

15 lines (8 loc) · 517 Bytes

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.