32 DEBUG_INFO(
"DESTRUCTOR: CWinAudioTool: START\n");
36 DEBUG_INFO(
"DESTRUCTOR: CWinAudioTool: END\n");
76 DMO_MEDIA_TYPE mt = {0};
77 MoInitMediaType(&mt,
sizeof(WAVEFORMATEX));
78 mt.majortype = MEDIATYPE_Audio;
79 mt.subtype = MEDIASUBTYPE_PCM;
81 mt.bFixedSizeSamples = TRUE;
82 mt.bTemporalCompression = FALSE;
83 mt.formattype = FORMAT_WaveFormatEx;
89 if (FAILED(hr))
return FALSE;
103 if (
m_pStream==NULL || pbuf==NULL)
return;
107 m_pStream->Read((
void*)pbuf->buf, (ULONG)pbuf->bufsz, &len);
108 pbuf->vldsz = (int)len;
120 WAVEFORMATEX format = {
STDMETHODIMP QueryInterface(REFIID riid, void **ppv)
static const WORD WinAudioToolFormat
static const DWORD WinAudioToolSamplesPerSec
void releaseNull(T *&ptr)
static const WORD WinAudioToolChannels
static const WORD WinAudioToolBitsPerSample