

u8* SSP_GetJpegDecoderMakerNoteAddrEx(SSPJpegMakernote tag);
| tag | Type of address to get.SSP_MAKERNOTE_PHOTO indicates data for the DSi camera, and SSP_MAKERNOTE_USER indicates data for applications. |
Returns the starting address of each type of data in a MakerNote.
Gets the starting address of each type of data in JPEG data used for decoding.
There are two types of data available: SSP_MAKERNOTE_PHOTO, which represents data for the DSi camera, and SSP_MAKERNOTE_USER, for the application embedding any data.
Note that the correct maker note cannot be obtained if the application deletes the JPEG data after the SSP_StartJpegDecoder is called because this function returns the address in data used for decoding.
SSP_GetJpegDecoderMakerNoteSizeEx
SSP_StartJpegDecoder
2008/09/15 Initial version.
CONFIDENTIAL