nn::jpeg::CTR::JpegMpEncoder::SetMpIndividualNum Member Function#include <nn/jpeg.h>
void SetMpIndividualNum(
u32 value
);
| Name | Description | |
|---|---|---|
| in | value | Specifies the individual image number. |
Registers the individual image number to embed in the MP Attribute IFD.
This function is enabled if the StartMpEncoderFirst or StartMpEncoderNext function is used as the encoding function. This is invalid when using StartMpEncoderLR. (The default value is stored.)
If you do not call this function, the library registers the default value. The default value is initialized to 1 when the StartMpEncoderFirst function is called, and it is incremented by 1 after each call to the encoding function completes.
Call this function before calling the encoding function. The values specified by this function are cleared after the encoding function completes, regardless of whether the encoding function succeeded or failed. When encoding multiple times, you must call this function before each encoding function call. The values specified by this function are also cleared if you call the ClearMpIndividualNum function, or if you reinitialize the encoder object using the Initialize function.
CONFIDENTIAL