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'm following the only answer this has on SO - Switch cameras with avcapturesession However cameraWithPosition does not seem to …
ios objective-c avfoundation avcapturesessionI am developing a video player with the AVPlayer API from AV Foundation in MonoTouch (but a solution in objective-c …
objective-c xamarin.ios avfoundation avplayerI am recording a video from the iPhone camera by using the AVCam code provided from apple. After the video …
ios xcode video avfoundationI'm trying to implement a QRCode scanner with the new iOS 7 features but my code isn't calling the main AVCaptureMetadataOutputObjectsDelegate …
ios avfoundation ios7 qr-code avcapturesessionWhen I create an iOS project,and "Build Phases -> Link binary with Libraries", I add the AVFoundation.framework …
iphone ios objective-c avfoundation file-not-foundI'm trying to get multiple sounds files to play on an AVAudioPlayer instance, however when one sound plays, the other …
ios swift avfoundation avaudioplayerI'm new to Swift and am trying to add a video to the view and then remove it when my "…
ios swift avfoundation avplayer avplayerlayerI have to draw a label or button on top of video relay next previous , leave comment . List of video …
ios swift avfoundation avplayer avplayerviewcontrollerDoes anyone know if AVQueuePlayer starts buffering the next AVPlayerItem when the current item is about to finish playing? I …
iphone objective-c avfoundation avplayerI am using standard AVFoundation classes to capture video and show preview (http://developer.apple.com/library/ios/#qa/qa1702/_…
iphone camera avfoundation avcapturesession autofocus