The main goal of the app Im trying to make is a peer-to-peer video streaming. (Sort of like FaceTime using bluetooth/WiFi).
I\'m fiddling around with the AVCamDemo from Apple. Apart from trying to get my head around all that, I ran into something I don\'t understand.
This questi开发者_如何学Goon already has answers here: Closed 10 years ago. Possible Duplicate: AVCaptureSession cancels background audio
I try to export an audio file from the iPod-Library. I want to create with this iPod-Library file an new file. In the AV Foundation Programming Guide in chapter Reading and Writing Assets there is a l
How do I play the shutter sound from iPhone 开发者_如何学编程when I click a button?You can use AudioToolbox and pure magical number 1108 like this:
I am using standard AVFoundation classes to capture video and show preview (http://developer.apple.com/library/ios/#qa/qa1702/_index.html)
I\'m writing an application that uses AVFoundation and CMTime. I have logged the values of my CMTime instances created using CMTimeMake(). This value seems to be rounded to the nearest integer. I need
I\'m t开发者_运维百科rying to play an MP3 file that is passed to an UIView from a previous UIView (stored in a NSURL *fileURL variable).
Is there a relatively easy way of looping a video in AVFoundation? I\'ve created my AVPlayer and AVPlayerLayer like so:
Is it possible to adjust the orientation of a video programmatically with the ffmeg library usin开发者_运维问答g objective-c?