美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsClipAnimatedSticker.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
36
NVS_EXPORT
@interface
NvsClipAnimatedSticker
:
NvsAnimatedSticker
37
38
@property
(readonly) int64_t
inPoint
;
39
@property
(readonly) int64_t
outPoint
;
40
41
61
- (int64_t)changeInPoint:(int64_t)newInPoint;
62
82
- (int64_t)changeOutPoint:(int64_t)newOutPoint;
83
97
- (void)movePosition:(int64_t)offset;
98
108
- (void)setAbsoluteTimeUsed:(
bool
)enable;
109
119
- (bool)
getAbsoluteTimeUsed
;
120
121
@end
122
NvsClipAnimatedSticker
片段动画贴纸类
Definition:
NvsClipAnimatedSticker.h:37
NvsClipAnimatedSticker::inPoint
int64_t inPoint
动画贴纸在片段显示的入点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipAnimatedSticker.h:38
NvsAnimatedSticker
动画贴纸类
Definition:
NvsAnimatedSticker.h:35
-[NvsClipAnimatedSticker getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
获取贴纸入出点是否为绝对时间。
NvsAnimatedSticker.h
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsClipAnimatedSticker::outPoint
int64_t outPoint
动画贴纸在片段上显示的出点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipAnimatedSticker.h:39
NvsFx.h
制作者
1.8.18