The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.
How do you play a video with AV Kit Player View Controller in Swift? override func viewDidLoad() { super.viewDidLoad() let …
ios swift avfoundation avplayerviewcontroller avkitI would like to play a sound using Swift. My code worked in Swift 1.0 but now it doesn't work anymore …
ios swift avfoundationHow can the iPhone be set to vibrate once? For example, when a player loses a life or the game …
ios cocoa-touch avfoundation vibrationI am trying to capture an image during a live preview from the camera, by AVFoundation captureStillImageAsynchronouslyFromConnection. So far the …
ios objective-c avfoundationIs there a way to know whether an AVPlayer playback has stalled or reached the end?
ios objective-c iphone avfoundation avplayerI have a serious problem: I have an NSArray with several UIImage objects. What I now want to do, is …
ios iphone uiimage export avfoundationIs there a relatively easy way of looping a video in AVFoundation? I've created my AVPlayer and AVPlayerLayer like so: …
ios objective-c swift avfoundation avplayerI'm trying to play an MP3 file that is passed to an UIView from a previous UIView (stored in a …
iphone avfoundation audio-streaming avplayerI am trying to capture an image during a live preview from the camera, by AVFoundation captureStillImageAsynchronouslyFromConnection. So far the …
ios iphone cocoa-touch camera avfoundationI've created a blank project (iOS) and put this in my viewDidLoad: NSString *moviePath = [[NSBundle mainBundle] pathForResource:@"Movie" ofType:@"m4…
objective-c ios video mpmovieplayercontroller avfoundation