¡@

Home 

2014/10/15 ¤U¤È 10:14:01

iphone Programming Glossary: setvideoorientation

Using AVCaptureSession and AVAudioPlayer together

http://stackoverflow.com/questions/10903542/using-avcapturesession-and-avaudioplayer-together

in connection inputPorts if port mediaType isEqual AVMediaTypeVideo videoConnection connection videoConnection setVideoOrientation AVCaptureVideoOrientationLandscapeRight m_captureFileOutput startRecordingToOutputFileURL fileURL recordingDelegate self..

iPad frame width and height mixup in landscape

http://stackoverflow.com/questions/3641715/ipad-frame-width-and-height-mixup-in-landscape

iPhone AVFoundation camera orientation

http://stackoverflow.com/questions/3662930/iphone-avfoundation-camera-orientation

fromConnections imageCaptureOutput connections if videoConnection isVideoOrientationSupported videoConnection setVideoOrientation UIApplication sharedApplication .statusBarOrientation imageCaptureOutput captureStillImageAsynchronouslyFromConnection videoConnection.. fromConnections self stillImageOutput connections if videoConnection isVideoOrientationSupported videoConnection setVideoOrientation AVCaptureVideoOrientationPortrait self stillImageOutput captureStillImageAsynchronouslyFromConnection videoConnection ..

How to change video orientation for AVCaptureVideoDataOutput

http://stackoverflow.com/questions/3823461/how-to-change-video-orientation-for-avcapturevideodataoutput

connection if videoConnection isVideoOrientationSupported Here it is its always false videoConnection setVideoOrientation AVCaptureVideoOrientationLandscapeLeft self.captureSession commitConfiguration self.captureSession startRunning Upd figured..

Video Recording using AVFoundation Framework iPhone?

http://stackoverflow.com/questions/3932614/video-recording-using-avfoundation-framework-iphone

fromConnections self movieFileOutput connections if videoConnection isVideoOrientationSupported videoConnection setVideoOrientation self orientation self movieFileOutput startRecordingToOutputFileURL self tempFileURL recordingDelegate self void stopRecording..