struct P1::ImageSdkC::CURational

#include <C_P1ImageCommonMetaData.h>

struct CURational
{
    // fields

    uint32_t nom;
    uint32_t denom;
};