![]() Added new project to show AVPlayerLooper This sample is a collection of projects showing how to play an audio visual item in a loop using AVFoundation's AVQueuePlayer and/or AVPlayerLooper. Signed-off-by: Liu Lantao <liulantao@gmail.com> |
||
---|---|---|
.. | ||
AVPlayerLooping.xcworkspace | ||
Projects | ||
LICENSE.txt | ||
README.md |
README.md
AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback
This sample is a collection of projects showing how to play an audio visual item in a loop using AVFoundation's AVQueuePlayer and/or AVPlayerLooper.
Projects
LoopPlayer
LoopPlayer is a simple OS X command line tool which takes as input a media file and then creates AVQueuePlayer to play the media in a loop.
VideoLooper
VideoLooper is an iOS app which demonstrates looping playback of visual media file with AVQueuePlayer and AVPlayerLooper.
Requirements
Build
Xcode 8.0 or later LoopPlayer requires OS X 10.9 SDK or later VideoLooper requires iOS 10.0 SDK or later
Runtime
LoopPlayer requires OS X 10.9 or later VideoLooper requires iOS 10.0 or later
Copyright (C) 2016 Apple Inc. All rights reserved.