mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:11:43 +08:00
8 lines
197 B
C++
8 lines
197 B
C++
#include "ExWAVAudioLinkContainer.h"
|
|
|
|
|
|
void CRecordWAVAudioLinkContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
CRecordsContainer::ReadFromStream(oHeader, pStream);
|
|
}
|