美摄SDK For iOS  3.7.2
| 宏定义 | 类型定义 | 枚举
NvsEffectCommonDef.h 文件参考
#include <stdint.h>

浏览源代码.

struct  NvsEffectRational
 比例值 更多...
 
struct  NvsEffectVideoResolution
 视频解析度 更多...
 
struct  NvsEffectColor
 自定义颜色类 更多...
 
struct  NvsEffectPosition2D
 二维坐标结构 更多...
 
struct  NvsEffectPosition3D
 三维坐标结构 更多...
 
struct  NvsEffectVideoFrameInfo
 视频帧信息 更多...
 
struct  NvsEffectRect
 矩形 更多...
 

宏定义

#define NVS_EXPORT   __attribute__((visibility("default")))
 
#define NVS_VIDEO_FRAME_MAX_PLANES   4
 

类型定义

typedef enum NvsEffectVideoFramePixelFormat NvsEffectVideoFramePixelFormat
 视频帧像素格式 更多...
 

枚举

enum  NvsEffectVideoFramePixelFormat { NvsEffectPixelFormat_Nv12, NvsEffectPixelFormat_YUV420, NvsEffectPixelFormat_BGRA }
 视频帧像素格式 更多...
 

宏定义说明

◆ NVS_EXPORT

#define NVS_EXPORT   __attribute__((visibility("default")))

◆ NVS_VIDEO_FRAME_MAX_PLANES

#define NVS_VIDEO_FRAME_MAX_PLANES   4

类型定义说明

◆ NvsEffectVideoFramePixelFormat

视频帧像素格式

枚举类型说明

◆ NvsEffectVideoFramePixelFormat

视频帧像素格式

枚举值
NvsEffectPixelFormat_Nv12 

YUV 4:2:0 12bpp ( 2通道, 一个通道是连续的亮度通道, 另一通道为VU分量交错 )

NvsEffectPixelFormat_YUV420 

YUV 4:2:0 12bpp ( 3通道, 一个亮度通道, 另两个为U分量和V分量通道, 所有通道都是连续的 )

NvsEffectPixelFormat_BGRA