nn::jpeg::CTR::JpegMpDecoder::GetMpPitchAngle Member Function#include <nn/jpeg.h>
static bool GetMpPitchAngle(
Srational * pBuffer,
const MpAttribute * pAttr
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Specifies the buffer that stores the pitch angle. |
| in | pAttr | Specifies the MP Attribute IFD. To get this ahead of time, use the GetMpAttribute function. |
true on success. Returns false on failure. Gets the pitch angle, which is included in the MP Attribute IFD.
CONFIDENTIAL