MeiCam SDK For iOS  3.10.0
NvsTrackCompoundCaption.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 
32 @property (nonatomic) BOOL clipAffinityEnabled;
33 
34 
35 @property (readonly) int64_t inPoint;
36 @property (readonly) int64_t outPoint;
37 
38 
52 - (int64_t)changeInPoint:(int64_t)newInPoint;
53 
67 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
68 
79 - (void)movePosition:(int64_t)offset;
80 
81 @end
NvsTrackCompoundCaption
Track compound caption.
Definition: NvsTrackCompoundCaption.h:24
NvsTrackCompoundCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsTrackCompoundCaption.h:35
NvsTrackCompoundCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
Sets whether to turn on affinity between the caption and video clip.
Definition: NvsTrackCompoundCaption.h:32
NvsCompoundCaption
Definition: NvsCompoundCaption.h:41
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsTrackCompoundCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsTrackCompoundCaption.h:36
NvsFx.h