MeiCam SDK For iOS  3.10.0
NvsTimelineAnimatedSticker.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 17. 2017
11 // Author: NewAuto video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsAnimatedSticker.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
36 
37 @property (nonatomic) BOOL clipAffinityEnabled;
38 @property (readonly) int64_t inPoint;
39 @property (readonly) int64_t outPoint;
40 
41 
60 - (int64_t)changeInPoint:(int64_t)newInPoint;
61 
80 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
81 
94 - (void)movePosition:(int64_t)offset;
95 
96 @end
97 
NvsTimelineAnimatedSticker::clipAffinityEnabled
BOOL clipAffinityEnabled
Whether to turn on the affinity with clip.If it is turned on, the operation of the clip will affect t...
Definition: NvsTimelineAnimatedSticker.h:37
NvsTimelineAnimatedSticker::inPoint
int64_t inPoint
The in point of the animated sticker on the timeline (in microseconds).
Definition: NvsTimelineAnimatedSticker.h:38
NvsAnimatedSticker
animated sticker class.
Definition: NvsAnimatedSticker.h:35
NvsTimelineAnimatedSticker
Timeline animated sticker class.
Definition: NvsTimelineAnimatedSticker.h:36
NvsAnimatedSticker.h
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsTimelineAnimatedSticker::outPoint
int64_t outPoint
The out point of the animated sticker on the timeline (in microseconds).
Definition: NvsTimelineAnimatedSticker.h:39
NvsFx.h