美摄SDK For iOS  3.14.0
| 枚举
NvsVideoFrameReceiver.h 文件参考
#import <Foundation/Foundation.h>
#import <CoreGraphics/CGGeometry.h>
#import <CoreVideo/CVPixelBuffer.h>
#import "NvsCommonDef.h"

浏览源代码.

protocol  <NvsVideoFrameReceiverDelegate>
 
class  NvsVideoFrameReceiver
 视频帧接收器 更多...
 

枚举

enum  NvsVideoFrameReceiverMode { NvsVideoFrameReceiverMode_Texture, NvsVideoFrameReceiverMode_CVPixelBuffer }
 视频帧接收器模式 更多...
 

枚举类型说明

◆ NvsVideoFrameReceiverMode

视频帧接收器模式

枚举值
NvsVideoFrameReceiverMode_Texture 

纹理ID模式

NvsVideoFrameReceiverMode_CVPixelBuffer 

CVPixelBuffer对象模式