#include <nn/jpeg.h>
static void SetGpsProcessingMethod(
GpsData * pGps,
const u8 * pProcessingMethod,
size_t processingMethodSize
);
| Name | Description | |
|---|---|---|
| out | pGps | Specifies the GPS IFD. |
| in | pProcessingMethod | Specifies a pointer to the name of the position location method. The information is not registered if NULL is specified. |
| in | processingMethodSize | Specifies the number of data bytes used for pProcessingMethod. The information is not stored if 0 is specified. |
Stores the GPS positioning method in GPS IFD.
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