MeiCam SDK For iOS
3.7.2
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
b
d
f
n
s
u
v
Functions
Typedefs
Enumerations
b
d
f
n
s
v
Enumerator
b
d
f
n
s
u
v
Macros
n
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
include
sdkcore
ios
NvsClipAnimatedSticker.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
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
Clip animated sticker class.
Definition:
NvsClipAnimatedSticker.h:37
NvsClipAnimatedSticker::inPoint
int64_t inPoint
The in point of the animated sticker on the Clip (in microseconds).
Definition:
NvsClipAnimatedSticker.h:38
NvsAnimatedSticker
animated sticker class.
Definition:
NvsAnimatedSticker.h:35
-[NvsClipAnimatedSticker getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
Get whether the stiker in and out point is absolute time.
NvsAnimatedSticker.h
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsClipAnimatedSticker::outPoint
int64_t outPoint
The out point of the animated sticker on the Clip (in microseconds).
Definition:
NvsClipAnimatedSticker.h:39
NvsFx.h
Generated by
1.8.18