MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
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;
Video effect.
Definition: NvsVideoFx.h:48
unsigned int index
The index of the Video effect.
Definition: NvsVideoFx.h:52
@ NvsVideoFxType_Package
Definition: NvsVideoFx.h:29
effect class.
Definition: NvsFx.h:83
bool getAbsoluteTimeUsed()
Get whether the fx in and out point is absolute time.
@ NvsVideoFxType_Custom
Definition: NvsVideoFx.h:30
NSString * videoFxPackageId
The ID of the video effect resource package. If it's not a resource package video effect,...
Definition: NvsVideoFx.h:51
NvsVideoFxType
Definition: NvsVideoFx.h:27
NvsVideoFxType videoFxType
The type of the video effect.
Definition: NvsVideoFx.h:49
@ NvsVideoFxType_Builtin
Definition: NvsVideoFx.h:28
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NSString * bultinVideoFxName
The name of the built-in video effect. If it's not a built-in video effect, return nil.
Definition: NvsVideoFx.h:50
int64_t inPoint
Get the in-point of the fx on the Clip.
Definition: NvsVideoFx.h:67
int64_t outPoint
The out-point of the fx on the Clip.
Definition: NvsVideoFx.h:80