MeiCam SDK For iOS  3.10.0
NvsCaptureAnimatedSticker.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 
38 
39 @property (readonly) int64_t offsetPoint;
40 @property (readonly) int64_t duration;
41 
42 
57 - (int64_t)changeOffsetPoint:(int64_t)newOffset;
58 
69 - (int64_t)changeDuration:(int64_t)newOutPoint;
70 
80 - (void)setStartTime:(int64_t)startTime;
81 
88 - (void)resetStartTime;
89 
90 @end
91 
NvsAnimatedSticker
animated sticker class.
Definition: NvsAnimatedSticker.h:35
NvsCaptureAnimatedSticker::duration
int64_t duration
Get animated sticker's duration (in microseconds).
Definition: NvsCaptureAnimatedSticker.h:40
-[NvsCaptureAnimatedSticker resetStartTime]
void resetStartTime()
Reset start time of the animated sticker.
NvsAnimatedSticker.h
NvsCaptureAnimatedSticker
Timeline animated sticker class.
Definition: NvsCaptureAnimatedSticker.h:38
NvsCaptureAnimatedSticker::offsetPoint
int64_t offsetPoint
the offset of the animated sticker(in microseconds)
Definition: NvsCaptureAnimatedSticker.h:39
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsFx.h