#include<kfbxthumbnail.h>
List of all members.
Detailed Description
Simple class to hold RGBA values of a thumbnail image.
Definition at line54of filekfbxthumbnail.h.
Member Enumeration Documentation
Image size.
- eNOT_SET
- e64x64
- e128x128
- eCUSTOM_SIZE
Definition at line98of filekfbxthumbnail.h.
Member Function Documentation
Set the data format.
- Parameters:
| pDataFormat | Data format identifier. |
Get the data format.
- Returns:
- Data format identifier for the thumbnail.
Set the thumbnail dimensions.
- Parameters:
| pImageSize | Image size identifier. |
Get the thumbnail dimensions.
- Returns:
- Image size identifier.
unsigned long GetSizeInBytes | ( | | ) | const |
Get the thumbnail dimensions in bytes.
- Returns:
- Thumbnail size in bytes.
bool SetThumbnailImage | ( | const kUByte * | pImage | ) | |
Fill the thumbnail image.
- Parameters:
| pImage | Pointer to the image data. A copy of the image data will be made. |
- Returns:
true
if the thumbnail properties were set before calling this funtion.false
otherwise.
kUByte* GetThumbnailImage | ( | | ) | const |
Get the thumbnail image.
- Returns:
- Pointer to the image data, or
NULL
if the thumbnail is empty.
Member Data Documentation