Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public DidOutputMetadataObjects ( AVCaptureMetadataOutput captureOutput, AVMetadataObject faces, AVCaptureConnection connection ) : void | ||
captureOutput | AVCaptureMetadataOutput | |
faces | AVMetadataObject | |
connection | AVCaptureConnection | |
return | void |
public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void | ||
keyPath | NSString | |
ofObject | NSObject | |
change | NSDictionary | |
context | IntPtr | |
return | void |
public TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void | ||
toInterfaceOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |