22 lines
229 B
C++
22 lines
229 B
C++
#include "xaudiosourceformat.h"
|
|
|
|
XAudioSourceFormat::XAudioSourceFormat()
|
|
{
|
|
|
|
}
|
|
|
|
XAudioSourceFormat::~XAudioSourceFormat()
|
|
{
|
|
|
|
}
|
|
|
|
void XAudioSourceFormat::ParseData(QDataStream *aStream)
|
|
{
|
|
|
|
}
|
|
|
|
void XAudioSourceFormat::Clear()
|
|
{
|
|
|
|
}
|