Files
core/MsBinaryFile/PptFile/Records/SoundCollAtom.cpp
2022-11-28 17:37:12 +03:00

18 lines
304 B
C++

#include "SoundCollAtom.h"
CRecordSoundCollAtom::CRecordSoundCollAtom()
{
}
CRecordSoundCollAtom::~CRecordSoundCollAtom()
{
}
void CRecordSoundCollAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
m_oHeader = oHeader;
m_nObjectIdSeed = StreamUtils::ReadDWORD(pStream);
}