|
MaxstARSDK
|
Contains surface thumbnail image information of first keyframe. More...
#import <MasSurfaceThumbnail.h>
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... | |
Contains surface thumbnail image information of first keyframe.
| - (int) getBpp |
Get thumbnail image bytes per pixel.
| - (unsigned char*) getData |
Get thumbnail image data pointer.
| - (MasColorFormat) getFormat |
Get thumbnail image bytes per pixel.
| - (int) getHeight |
Get thumbnail image height.
| - (int) getLength |
Get thumbnail image data length.
| - (int) getWidth |
Get thumbnail image width.
| - (instancetype) init: | (void *) | surfaceThumbnail |