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