mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
18 lines
304 B
C++
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);
|
|
}
|