MeiCam SDK For iOS
3.14.0
|
The receiver of the video frame. More...
#import <NvsVideoFrameReceiver.h>
Instance Methods | |
(instancetype) | - init |
(instancetype) | - initWithMode: |
(void) | - reclaimVideoFrame: |
Reclaims a video frame that has acquired usage permission. More... | |
Properties | |
NvsVideoFrameReceiverMode | mode |
id< NvsVideoFrameReceiverDelegate > | delegate |
NSLock * | lock |
The receiver of the video frame.
The video frame rendered by the operation of positioning or playing the timeline will pass.
- (instancetype) init |
- (instancetype) initWithMode: | (NvsVideoFrameReceiverMode) | type |
- (void) reclaimVideoFrame: | (unsigned int) | videoFrameTextureId |
Reclaims a video frame that has acquired usage permission.
videoFrameTextureId | The OpenGL ES texture ID of the video frame to be recycled. |
|
readwritenonatomicweak |
|
readnonatomicstrong |
|
readnonatomicassign |