MeiCam SDK For iOS  3.10.0
NvsTimelineCaption.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright China Digital Video (Beijing) Limited, 2017. 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: Feb 16. 2017
11 // Author: NewAuto video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsCaption.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
32 
33 @property (nonatomic) BOOL clipAffinityEnabled;
34 @property (readonly) int64_t inPoint;
35 @property (readonly) int64_t outPoint;
36 
51 - (int64_t)changeInPoint:(int64_t)newInPoint;
52 
67 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
68 
81 - (void)movePosition:(int64_t)offset;
82 
83 @end
84 
NvsTimelineCaption
Timeline captions.
Definition: NvsTimelineCaption.h:32
NvsCaption
captions.
Definition: NvsCaption.h:34
NvsTimelineCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsTimelineCaption.h:35
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCaption.h
NvsTimelineCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
Whether to enable the affinity with clip.
Definition: NvsTimelineCaption.h:33
NvsFx.h
NvsTimelineCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsTimelineCaption.h:34