The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.
I am using AVFoundation's AVPlayer to play 2 video clips made from 1 longer video (so the end of the first matches …
ios video avfoundationHi currently i am working on an OCR reading app where i have successfully able to capture the card image …
ios opencv uiimage avfoundation edge-detectionI am developing an iphone application where I directly use AVFoundation to capture videos via the camera. I've implemented a …
iphone ios ipad avfoundationI'm trying to play multiple sounds at the same time. The approach initially I've taken was to create several players , …
xcode ipad avfoundation avplayerIs there a basic tutorial for the AVFoundation for use with the camera anywhere? UIImagePicker isn't the right tool for …
iphone avfoundation avcapturesessioni'm having some issue with AVFoundation framework. I wrote a demo app to record audio, play it, and calculate decibels, …
avfoundation avaudioplayer ios7 avaudiorecorder xcode5Root Problem Our video buffers a lot when seeking in iOS. It buffers quite a bit more than our web …
ios video-streaming avfoundation avplayer http-live-streamingI use AVQueuePlayer to play a sequence of movies which are loaded from URLs. I tried to initialize player instance …
ios objective-c avfoundation avqueueplayerI need to detect when the user presses the hardware volume keys, (App Store safe approach) I have tried a …
iphone ios audio avfoundation volumeI used the AVAudioPlayer to play a 10 sec wav file and it works fine. Now I what to stop the …
cocoa-touch avaudioplayer avfoundation