MeiCam SDK For iOS  3.10.0
NvsTrackAnimatedSticker.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 
37 
38 @property (nonatomic) BOOL clipAffinityEnabled;
39 @property (readonly) int64_t inPoint;
40 @property (readonly) int64_t outPoint;
41 
42 
61 - (int64_t)changeInPoint:(int64_t)newInPoint;
62 
81 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
82 
95 - (void)movePosition:(int64_t)offset;
96 
97 @end
98 
NvsTrackAnimatedSticker
Track animated sticker class.
Definition: NvsTrackAnimatedSticker.h:37
NvsTrackAnimatedSticker::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: NvsTrackAnimatedSticker.h:38
NvsAnimatedSticker
animated sticker class.
Definition: NvsAnimatedSticker.h:35
NvsAnimatedSticker.h
NvsTrackAnimatedSticker::outPoint
int64_t outPoint
The out point of the animated sticker on the track (in microseconds).
Definition: NvsTrackAnimatedSticker.h:40
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsTrackAnimatedSticker::inPoint
int64_t inPoint
The in point of the animated sticker on the track (in microseconds).
Definition: NvsTrackAnimatedSticker.h:39
NvsFx.h