Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
Loading...
Searching...
No Matches
Instance Methods | List of all members
<NMDAVCaptureDelegate> Protocol Reference

#import <NMDAVCaptureDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - videoFrameCapturedWithCaptureOutput:withSampleBuffer:fromConnection:
 
(void) - audioFrameCapturedWithCaptureOutput:withSampleBuffer:fromConnection:
 

Method Documentation

◆ audioFrameCapturedWithCaptureOutput:withSampleBuffer:fromConnection:

- (void) audioFrameCapturedWithCaptureOutput: (AVCaptureOutput *)  captureOutput
withSampleBuffer: (CMSampleBufferRef)  sampleBuffer
fromConnection: (AVCaptureConnection *)  connection 
required

◆ videoFrameCapturedWithCaptureOutput:withSampleBuffer:fromConnection:

- (void) videoFrameCapturedWithCaptureOutput: (AVCaptureOutput *)  captureOutput
withSampleBuffer: (CMSampleBufferRef)  sampleBuffer
fromConnection: (AVCaptureConnection *)  connection 
required