Uses of Class
org.robovm.apple.avfoundation.AVCaptureSession
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureSession in org.robovm.apple.avfoundation
Subclasses of AVCaptureSession in org.robovm.apple.avfoundation Modifier and Type Class Description classAVCaptureMultiCamSessionMethods in org.robovm.apple.avfoundation that return AVCaptureSession Modifier and Type Method Description AVCaptureSessionAVCaptureVideoPreviewLayer. getSession()Method parameters in org.robovm.apple.avfoundation with type arguments of type AVCaptureSession Modifier and Type Method Description static NSObjectProtocolAVCaptureSession.Notifications. observeDidStartRunning(AVCaptureSession object, VoidBlock1<AVCaptureSession> block)static NSObjectProtocolAVCaptureSession.Notifications. observeDidStopRunning(AVCaptureSession object, VoidBlock1<AVCaptureSession> block)static NSObjectProtocolAVCaptureSession.Notifications. observeInterruptionEnded(AVCaptureSession object, VoidBlock1<AVCaptureSession> block)static NSObjectProtocolAVCaptureSession.Notifications. observeRuntimeError(AVCaptureSession object, VoidBlock2<AVCaptureSession,NSError> block)static NSObjectProtocolAVCaptureSession.Notifications. observeWasInterrupted(AVCaptureSession object, VoidBlock2<AVCaptureSession,AVCaptureSessionInterruptionReason> block)Constructors in org.robovm.apple.avfoundation with parameters of type AVCaptureSession Constructor Description AVCaptureVideoPreviewLayer(AVCaptureSession session)AVCaptureVideoPreviewLayer(AVCaptureSession session, boolean noConnection)