MaxstARSDK
4.1.x
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Variables
c
f
i
k
l
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
c
e
f
g
h
j
m
n
r
s
t
u
v
y
+
Files
File List
+
File Members
All
Variables
Macros
•
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
MasSurfaceThumbnail.h
Go to the documentation of this file.
1
//
2
// MasSurfaceThumbnail.h
3
// MaxstARSDKFramework
4
//
5
// Created by Kimseunglee on 2017. 12. 10..
6
// Copyright © 2017년 Maxst. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "
MasTrackedImage.h
"
11
15
@interface
MasSurfaceThumbnail
: NSObject
16
17
- (instancetype)init:(
void
*)surfaceThumbnail;
18
22
- (int)
getWidth
;
23
27
- (int)
getHeight
;
28
32
- (int)
getBpp
;
33
37
- (MasColorFormat)
getFormat
;
38
42
- (int)
getLength
;
43
47
- (
unsigned
char*)
getData
;
48
49
@end
-[MasSurfaceThumbnail getBpp]
int getBpp()
-[MasSurfaceThumbnail getHeight]
int getHeight()
-[MasSurfaceThumbnail getWidth]
int getWidth()
-[MasSurfaceThumbnail getLength]
int getLength()
-[MasSurfaceThumbnail getFormat]
MasColorFormat getFormat()
-[MasSurfaceThumbnail getData]
unsigned char * getData()
MasTrackedImage.h
MasSurfaceThumbnail
Contains surface thumbnail image information of first keyframe.
Definition:
MasSurfaceThumbnail.h:15
MaxstAR
MaxstARiOS
MasSurfaceThumbnail.h
Generated by
1.8.15