MeiCam SDK For iOS  3.10.0
NvsClipCompoundCaption.h
Go to the documentation of this file.
1 #pragma once
2 
3 #import "NvsFx.h"
4 #import "NvsCompoundCaption.h"
5 #import <CoreGraphics/CGGeometry.h>
6 
24 
25 
26 @property (readonly) int64_t inPoint;
27 @property (readonly) int64_t outPoint;
28 
29 
44 - (int64_t)changeInPoint:(int64_t)newInPoint;
45 
60 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
61 
73 - (void)movePosition:(int64_t)offset;
74 
84 - (void)setAbsoluteTimeUsed:(bool)enable;
85 
95 - (bool)getAbsoluteTimeUsed;
96 
97 @end
NvsClipCompoundCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsClipCompoundCaption.h:26
-[NvsClipCompoundCaption getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
Get whether the caption in and out point is absolute time.
NvsCompoundCaption
Definition: NvsCompoundCaption.h:41
NvsClipCompoundCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsClipCompoundCaption.h:27
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsClipCompoundCaption
Clip compound caption.
Definition: NvsClipCompoundCaption.h:24
NvsFx.h