浏览该文件的文档.
17 #import <CoreGraphics/CGGeometry.h>
49 @property (readonly)
unsigned int index;
69 - (CGPoint)mapPointFromImageCoordToParticleSystemCoord:(
int)imageWidth withHeight:(
int)imageHeight withPtImage:(CGPoint)ptImage;
83 - (int64_t)changeOffsetPoint:(int64_t)newOffset;
96 - (int64_t)changeDuration:(int64_t)newOutPoint;
107 - (void)setStartTime:(int64_t)startTime;
NSString * captureVideoFxPackageId
采集视频特效资源包ID。如果不是资源包采集视频特效返回nil
Definition: NvsCaptureVideoFx.h:48
NSString * bultinCaptureVideoFxName
内嵌采集视频特效名字。如果不是内嵌采集视频特效返回nil
Definition: NvsCaptureVideoFx.h:47
@ NvsCaptureVideoFxType_Package
包裹采集类型
Definition: NvsCaptureVideoFx.h:28
特效类
Definition: NvsFx.h:83
@ NvsCaptureVideoFxType_Custom
自定义采集类型
Definition: NvsCaptureVideoFx.h:29
int64_t offsetPoint
特效偏移时间(单位微秒)
Definition: NvsCaptureVideoFx.h:51
NvsCaptureVideoFxType
采集视频特效类型
Definition: NvsCaptureVideoFx.h:26
@ NvsCaptureVideoFxType_Builtin
内建采集类型
Definition: NvsCaptureVideoFx.h:27
int64_t duration
特效的持续时间(单位微秒)
Definition: NvsCaptureVideoFx.h:52
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
void resetStartTime()
重置特效的起始时间
NvsCaptureVideoFxType captureVideoFxType
采集视频特效类型
Definition: NvsCaptureVideoFx.h:46
采集视频特效
Definition: NvsCaptureVideoFx.h:45
unsigned int index
视频特效索引
Definition: NvsCaptureVideoFx.h:49