MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
17 #import <CoreGraphics/CGGeometry.h>
56 - (int64_t)changeInPoint:(int64_t)newInPoint;
72 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
85 - (void)movePosition:(int64_t)offset;
96 - (void)setAbsoluteTimeUsed:(
bool)enable;
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsClipCompoundCaption.h:38
bool getAbsoluteTimeUsed()
Get whether the caption in and out point is absolute time.
Definition: NvsCompoundCaption.h:53
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsClipCompoundCaption.h:39
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
Clip compound caption.
Definition: NvsClipCompoundCaption.h:36