C# 클래스 avcaptureframes.AppDelegate.OutputRecorder

상속: AVCaptureVideoDataOutputSampleBufferDelegate
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
DidOutputSampleBuffer ( AVCaptureOutput captureOutput, CMSampleBuffer sampleBuffer, AVCaptureConnection connection ) : void

비공개 메소드들

메소드 설명
ImageFromSampleBuffer ( CMSampleBuffer sampleBuffer ) : UIKit.UIImage
TryDispose ( IDisposable obj ) : void

메소드 상세

DidOutputSampleBuffer() 공개 메소드

public DidOutputSampleBuffer ( AVCaptureOutput captureOutput, CMSampleBuffer sampleBuffer, AVCaptureConnection connection ) : void
captureOutput AVCaptureOutput
sampleBuffer CMSampleBuffer
connection AVCaptureConnection
리턴 void