C# 클래스 SoZoomy.ViewController

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

Private Properties

프로퍼티 타입 설명
TouchCallBack void
clearLockedFace void
displayErrorOnMainQueue void
fadeInFaces void
flash void
getZoomSliderValue float
meme void
pickCamera AVCaptureDeviceInput
setZoomSliderValue void
setupAVCapture void
setupAVFoundationFaceDetection void
sliderChanged void
startZoom void
teardownAVCapture void
teardownAVFoundationFaceDetection void
updateAVFoundationFaceDetection void
updateCameraSelection void

공개 메소드들

메소드 설명
DidOutputMetadataObjects ( AVCaptureMetadataOutput captureOutput, AVMetadataObject faces, AVCaptureConnection connection ) : void
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
ViewController ( ) : System
ViewDidLoad ( ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

비공개 메소드들

메소드 설명
TouchCallBack ( int faceId, SoZoomy.FaceView view ) : void
clearLockedFace ( ) : void
displayErrorOnMainQueue ( NSError error, string message ) : void
fadeInFaces ( ) : void
flash ( ) : void
getZoomSliderValue ( ) : float
meme ( NSObject sender ) : void
pickCamera ( ) : AVCaptureDeviceInput
setZoomSliderValue ( float value ) : void
setupAVCapture ( ) : void
setupAVFoundationFaceDetection ( ) : void
sliderChanged ( NSObject sender ) : void
startZoom ( NSNumber target ) : void
teardownAVCapture ( ) : void
teardownAVFoundationFaceDetection ( ) : void
updateAVFoundationFaceDetection ( ) : void
updateCameraSelection ( ) : void

메소드 상세

DidOutputMetadataObjects() 공개 메소드

public DidOutputMetadataObjects ( AVCaptureMetadataOutput captureOutput, AVMetadataObject faces, AVCaptureConnection connection ) : void
captureOutput AVCaptureMetadataOutput
faces AVMetadataObject
connection AVCaptureConnection
리턴 void

ObserveValue() 공개 메소드

public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString
ofObject NSObject
change NSDictionary
context IntPtr
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

ViewController() 공개 메소드

public ViewController ( ) : System
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

WillRotate() 공개 메소드

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
리턴 void