SSP_GetJpegDecoderMakerNoteAddrEx

Syntax


u8* SSP_GetJpegDecoderMakerNoteAddrEx(SSPJpegMakernote tag);

Arguments

tag Type of address to get.
SSP_MAKERNOTE_PHOTO indicates data for the DSi camera, and SSP_MAKERNOTE_USER indicates data for applications.

Return Values

Returns the starting address of each type of data in a MakerNote.

Description

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.

See Also

SSP_GetJpegDecoderMakerNoteSizeEx
SSP_StartJpegDecoder

Revision History

2008/09/15 Initial version.


CONFIDENTIAL