Learn-iOS-Swift-by-Examples/avloopplayer
Liu Lantao aae0e2427c
AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback: Version 2.0, 2016-09-13
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>
2018-03-14 17:36:23 +08:00
..
AVPlayerLooping.xcworkspace AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback: Version 2.0, 2016-09-13 2018-03-14 17:36:23 +08:00
Projects AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback: Version 2.0, 2016-09-13 2018-03-14 17:36:23 +08:00
LICENSE.txt AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback: Version 2.0, 2016-09-13 2018-03-14 17:36:23 +08:00
README.md AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback: Version 2.0, 2016-09-13 2018-03-14 17:36:23 +08:00

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.