美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsCaptureAnimatedSticker.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
NVS_EXPORT
@interface
NvsCaptureAnimatedSticker
:
NvsAnimatedSticker
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
动画贴纸类
Definition:
NvsAnimatedSticker.h:35
NvsCaptureAnimatedSticker::duration
int64_t duration
动画贴纸持续时间(单位微秒)
Definition:
NvsCaptureAnimatedSticker.h:40
-[NvsCaptureAnimatedSticker resetStartTime]
void resetStartTime()
重置动画贴纸的起始时间
NvsAnimatedSticker.h
NvsCaptureAnimatedSticker
采集动画贴纸类
Definition:
NvsCaptureAnimatedSticker.h:38
NvsCaptureAnimatedSticker::offsetPoint
int64_t offsetPoint
动画贴纸偏移时间(单位微秒)
Definition:
NvsCaptureAnimatedSticker.h:39
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsFx.h
制作者
1.8.18