nn::jpeg::CTR::JpegMpDecoder::GetLastTwlPhotoMakerNote Member Function

Syntax

#include <nn/jpeg.h>
bool GetLastTwlPhotoMakerNote(
     u8 * pBuffer
) const;

Arguments

Name Description
out pBuffer Buffer in which to store the MakerNote. The byte size of the buffer is TWL_PHOTO_MAKER_NOTE_SIZE (8).

Return Values

Returns true on success. Returns false on failure.

Description

Gets the Nintendo DSi Camera MakerNote of the image that was either decoded or whose EXIF information was extracted immediately previous to this call. ("Nintendo DSi Camera" is the name of a Nintendo DSi built-in application.)

If that processing fails, this function also fails. This function needs the image data to get the information, so do not destroy the image data.

Success of this function does not guarantee that the image was taken with the Nintendo DSi Camera application.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL