MaxstARSDK
MasSurfaceThumbnail Class Reference

Contains surface thumbnail image information of first keyframe. More...

#import <MasSurfaceThumbnail.h>

Inheritance diagram for MasSurfaceThumbnail:
Inheritance graph
Collaboration diagram for MasSurfaceThumbnail:
Collaboration graph

Instance Methods

(instancetype) - init:
 
(int) - getWidth
 Get thumbnail image width. More...
 
(int) - getHeight
 Get thumbnail image height. More...
 
(int) - getBpp
 Get thumbnail image bytes per pixel. More...
 
(MasColorFormat) - getFormat
 Get thumbnail image bytes per pixel. More...
 
(int) - getLength
 Get thumbnail image data length. More...
 
(unsigned char *) - getData
 Get thumbnail image data pointer. More...
 

Detailed Description

Contains surface thumbnail image information of first keyframe.

Method Documentation

◆ getBpp

- (int) getBpp

Get thumbnail image bytes per pixel.

Returns
image bytes per pixel

◆ getData

- (unsigned char*) getData

Get thumbnail image data pointer.

Returns
thumbnail image data pointer

◆ getFormat

- (MasColorFormat) getFormat

Get thumbnail image bytes per pixel.

Returns
image color format

◆ getHeight

- (int) getHeight

Get thumbnail image height.

Returns
image height

◆ getLength

- (int) getLength

Get thumbnail image data length.

Returns
image data length

◆ getWidth

- (int) getWidth

Get thumbnail image width.

Returns
image width

◆ init:

- (instancetype) init: (void *)  surfaceThumbnail

The documentation for this class was generated from the following file: