美摄SDK For iOS  3.14.0
NvsTrackAnimatedSticker.h
浏览该文件的文档.
1 //================================================================================
2 //
3 // (c) Copyright Meishe Co. Ltd, 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: Meishe 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
轨道动画贴纸类
Definition: NvsTrackAnimatedSticker.h:37
NvsTrackAnimatedSticker::clipAffinityEnabled
BOOL clipAffinityEnabled
是否开启与clip的亲和关系,如果开启则对片段的操作会影响贴纸。默认为开启
Definition: NvsTrackAnimatedSticker.h:38
NvsAnimatedSticker
动画贴纸类
Definition: NvsAnimatedSticker.h:35
NvsAnimatedSticker.h
NvsTrackAnimatedSticker::outPoint
int64_t outPoint
动画贴纸在轨道上显示的出点(单位微秒)
Definition: NvsTrackAnimatedSticker.h:40
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsTrackAnimatedSticker::inPoint
int64_t inPoint
动画贴纸在轨道显示的入点(单位微秒)
Definition: NvsTrackAnimatedSticker.h:39
NvsFx.h