Searched refs:APETagFooter (Results 1 – 1 of 1) sorted by relevance
157 APE_TAG_FOOTER APETagFooter(m_nFields, nFieldBytes); in Save() local160 int nTotalTagBytes = APETagFooter.GetTotalTagBytes(); in Save()169 memcpy(&spRawTag[nLocation], &APETagFooter, APE_TAG_FOOTER_BYTES); in Save()251 APE_TAG_FOOTER APETagFooter; in Analyze() local253 nRetVal = m_spIO->Read((unsigned char *) &APETagFooter, APE_TAG_FOOTER_BYTES, &nBytesRead); in Analyze()256 if (APETagFooter.GetIsValid(FALSE)) in Analyze()259 m_nAPETagVersion = APETagFooter.GetVersion(); in Analyze()261 int nRawFieldBytes = APETagFooter.GetFieldBytes(); in Analyze()262 m_nTagBytes += APETagFooter.GetTotalTagBytes(); in Analyze()265 … m_spIO->Seek(-(APETagFooter.GetTotalTagBytes() - APETagFooter.GetFieldsOffset()), FILE_END); in Analyze()[all …]