MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
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
The ID of the package captured video effect. If it is not a package video effect, return nil.
Definition: NvsCaptureVideoFx.h:48
NSString * bultinCaptureVideoFxName
The name of the build-in captured video effect. If it is not a build-in capture video effect,...
Definition: NvsCaptureVideoFx.h:47
@ NvsCaptureVideoFxType_Package
The type of package.
Definition: NvsCaptureVideoFx.h:28
effect class.
Definition: NvsFx.h:83
@ NvsCaptureVideoFxType_Custom
The type of custom.
Definition: NvsCaptureVideoFx.h:29
int64_t offsetPoint
Get caption's offset time.
Definition: NvsCaptureVideoFx.h:51
NvsCaptureVideoFxType
The type of the captured video effect.
Definition: NvsCaptureVideoFx.h:26
@ NvsCaptureVideoFxType_Builtin
The type of built-in.
Definition: NvsCaptureVideoFx.h:27
int64_t duration
Get the duration of the caption (in microseconds).
Definition: NvsCaptureVideoFx.h:52
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
void resetStartTime()
Reset start time of the fx.
NvsCaptureVideoFxType captureVideoFxType
The type of the captured video effect.
Definition: NvsCaptureVideoFx.h:46
The captured video effect.
Definition: NvsCaptureVideoFx.h:45
unsigned int index
The index of the video effect.
Definition: NvsCaptureVideoFx.h:49