MeiCam SDK For iOS  3.10.0
Classes | Enumerations
NvsVideoFrameReceiver.h File Reference
#import <Foundation/Foundation.h>
#import <CoreGraphics/CGGeometry.h>
#import <CoreVideo/CVPixelBuffer.h>
#import "NvsCommonDef.h"

Go to the source code of this file.

Classes

protocol  <NvsVideoFrameReceiverDelegate>
 
class  NvsVideoFrameReceiver
 The receiver of the video frame. More...
 

Enumerations

enum  NvsVideoFrameReceiverMode { NvsVideoFrameReceiverMode_Texture, NvsVideoFrameReceiverMode_CVPixelBuffer }
 The mode of the video frame receiver. More...
 

Enumeration Type Documentation

◆ NvsVideoFrameReceiverMode

The mode of the video frame receiver.

Enumerator
NvsVideoFrameReceiverMode_Texture 

The mode of the texture ID.

NvsVideoFrameReceiverMode_CVPixelBuffer 

The mode of the CVPixelBuffer object.