Skip to content

Latest commit

 

History

History

avloopplayer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.