nn::jpeg::CTR::JpegMpDecoder::GetGpsSpeed Member Function

Syntax

#include <nn/jpeg.h>

static const Rational * GetGpsSpeed(
     const GpsData * pGps
);

Parameters

Name Description
in pGps Specifies the GPS IFD. Call the GetLastGpsData function to obtain this.

Return Values

If successful, the function returns a pointer to the speed (numeric value). Returns NULL on failure.

Description

Gets the speed (numeric value) included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL