nn::jpeg::CTR::JpegMpEncoder::ClearGpsDateStamp Member Function#include <nn/jpeg.h>
static void ClearGpsDateStamp(
GpsData * pGps
);
| Name | Description | |
|---|---|---|
| out | pGps | Specifies the GPS IFD. |
By default, GPS IFD is instructed not to register the GPS date-time stamp.
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