MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
16 #include <CoreGraphics/CGGeometry.h>
62 - (int64_t)changeInPoint:(int64_t)newInPoint;
79 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
94 - (void)movePosition:(int64_t)offset;
107 - (CGPoint)mapPointFromCanonicalToParticleSystem:(CGPoint)ptCononical;
119 - (void)setZValue:(
float)value;
float getZValue()
Get the sticker Z value.
effect class.
Definition: NvsFx.h:83
NSString * trackVideoFxPackageId
The resource package ID of the video effect on the track. If it's not a resource package video effect...
Definition: NvsTrackVideoFx.h:43
NvsTrackVideoFxType
The type of track video effect.
Definition: NvsTrackVideoFx.h:24
Track video effect.
Definition: NvsTrackVideoFx.h:40
int64_t outPoint
The out point of the track video effect on the track (in microseconds).
Definition: NvsTrackVideoFx.h:45
int64_t inPoint
The in point of the track video effect on the track (in microseconds).
Definition: NvsTrackVideoFx.h:44
@ NvsTrackVideoFxType_Builtin
Definition: NvsTrackVideoFx.h:25
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
@ NvsTrackVideoFxType_Package
Definition: NvsTrackVideoFx.h:26
NSString * bultinTrackVideoFxName
The name of the built-in video effect on the track. If it's not a built-in video effect on the track,...
Definition: NvsTrackVideoFx.h:42
@ NvsTrackVideoFxType_Custom
Definition: NvsTrackVideoFx.h:27
NvsTrackVideoFxType trackVideoFxType
The type of track video effect.
Definition: NvsTrackVideoFx.h:41