#include <nn/jpeg.h>
static void SetGpsVersionId(
GpsData * pGps,
const u8 * pVersionId
);
| Name | Description | |
|---|---|---|
| out | pGps | Specifies the GPS IFD. |
| in | pVersionId | Specifies the GPS tag version. The size of the buffer is GPS_VERSION_ID_SIZE (4) bytes. The information is not registered if NULL is specified. |
Stores the GPS tag version in GPS IFD.
Calling InitializeGpsData causes the default library value to be stored as the version of the GPS tag.
If using the structure specified by the pGps argument (to store or remove information) for the first time, be sure to initialize it first using InitializeGpsData before calling this function. *If no further operations will be performed on the structure, confirm stored data by calling SetGpsData after calling this function.
CONFIDENTIAL