MeiCam SDK For iOS  3.10.0
Instance Methods | Properties | List of all members
NvsVideoFrameReceiver Class Reference

The receiver of the video frame. More...

#import <NvsVideoFrameReceiver.h>

Inheritance diagram for NvsVideoFrameReceiver:

Instance Methods

(instancetype) - init
 
(instancetype) - initWithMode:
 
(void) - reclaimVideoFrame:
 Reclaims a video frame that has acquired usage permission. More...
 

Properties

NvsVideoFrameReceiverMode mode
 
id< NvsVideoFrameReceiverDelegatedelegate
 

Detailed Description

The receiver of the video frame.

The video frame rendered by the operation of positioning or playing the timeline will pass.

Warning
In the NvsVideoFrameReceiver class, all public APIs are used in the UI thread! ! !

Method Documentation

◆ init

- (instancetype) init

◆ initWithMode:

- (instancetype) initWithMode: (NvsVideoFrameReceiverMode type

◆ reclaimVideoFrame:

- (void) reclaimVideoFrame: (unsigned int)  videoFrameTextureId

Reclaims a video frame that has acquired usage permission.

Parameters
videoFrameTextureIdThe OpenGL ES texture ID of the video frame to be recycled.

Property Documentation

◆ delegate

- (id<NvsVideoFrameReceiverDelegate>) delegate
readwritenonatomicweak

◆ mode

- (NvsVideoFrameReceiverMode) mode
readnonatomicassign

The documentation for this class was generated from the following file: