#include <nn/jpeg.h>
static bool GetGpsAltitudeRef(
u8 * pBuffer,
const GpsData * pGps
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Specifies the buffer storing the altitude reference. |
| in | pGps | Specifies the GPS IFD. Call the GetLastGpsData function to obtain this. |
true on success. Returns false on failure. Gets the altitude reference included in GPS IFD.
CONFIDENTIAL