浏览该文件的文档.
16 #include <CoreGraphics/CGGeometry.h>
52 @property (readonly)
unsigned int index;
98 - (int64_t)changeInPoint:(int64_t)newInPoint;
116 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
131 - (void)movePosition:(int64_t)offset;
144 - (CGPoint)mapPointFromCanonicalToParticleSystem:(CGPoint)ptCononical;
155 - (void)setAbsoluteTimeUsed:(
bool)enable;
视频特效
Definition: NvsVideoFx.h:48
unsigned int index
视频特效索引
Definition: NvsVideoFx.h:52
@ NvsVideoFxType_Package
Definition: NvsVideoFx.h:29
特效类
Definition: NvsFx.h:83
bool getAbsoluteTimeUsed()
获取特效入出点是否为绝对时间。
@ NvsVideoFxType_Custom
Definition: NvsVideoFx.h:30
NSString * videoFxPackageId
视频特效资源包ID。如果不是资源包视频特效,返回nil
Definition: NvsVideoFx.h:51
NvsVideoFxType
Definition: NvsVideoFx.h:27
NvsVideoFxType videoFxType
视频特效类型
Definition: NvsVideoFx.h:49
@ NvsVideoFxType_Builtin
Definition: NvsVideoFx.h:28
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NSString * bultinVideoFxName
内嵌视频特效名字。如果不是内嵌视频特效,返回nil
Definition: NvsVideoFx.h:50
int64_t inPoint
视频特效在片段上显示的入点,相对于每个片段的时间段,以当前片段的起始时间为时间起始点。
Definition: NvsVideoFx.h:67
int64_t outPoint
视频特效在片段显示上的出点,相对于每个片段的时间段,以当前片段的起始时间为时间起始点。
Definition: NvsVideoFx.h:80