Package org.robovm.apple.avfoundation
Interface AVCaptureVideoDataOutputSampleBufferDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVCaptureVideoDataOutputSampleBufferDelegateAdapter
public interface AVCaptureVideoDataOutputSampleBufferDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidDropSampleBuffer(AVCaptureOutput output, CMSampleBuffer sampleBuffer, AVCaptureConnection connection)voiddidOutputSampleBuffer(AVCaptureOutput output, CMSampleBuffer sampleBuffer, AVCaptureConnection connection)
-
Method Details
-
didOutputSampleBuffer
void didOutputSampleBuffer(AVCaptureOutput output, CMSampleBuffer sampleBuffer, AVCaptureConnection connection) -
didDropSampleBuffer
void didDropSampleBuffer(AVCaptureOutput output, CMSampleBuffer sampleBuffer, AVCaptureConnection connection)
-