MeiCam SDK For iOS  3.14.0
NvsTimelineCompoundCaption.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright Meishe Co. Ltd, 2018. All rights reserved.
4 //
5 // This code and information is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the implied
7 // warranties of merchantability and/or fitness for a particular purpose.
8 //
9 //--------------------------------------------------------------------------------
10 // Birth Date: Dec 18. 2020
11 // Author: Meishe video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsCompoundCaption.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
36 
44 @property (nonatomic) BOOL clipAffinityEnabled;
45 
46 
47 @property (readonly) int64_t inPoint;
48 @property (readonly) int64_t outPoint;
49 
50 
64 - (int64_t)changeInPoint:(int64_t)newInPoint;
65 
79 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
80 
91 - (void)movePosition:(int64_t)offset;
92 
93 @end
NvsTimelineCompoundCaption
Timeline compound caption.
Definition: NvsTimelineCompoundCaption.h:36
NvsTimelineCompoundCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
Sets whether to turn on affinity between the caption and video clip.
Definition: NvsTimelineCompoundCaption.h:44
NvsCompoundCaption
Definition: NvsCompoundCaption.h:53
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsTimelineCompoundCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsTimelineCompoundCaption.h:47
NvsFx.h
NvsTimelineCompoundCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsTimelineCompoundCaption.h:48