Searched refs:lpwfex (Results 1 – 2 of 2) sorted by relevance
53 HRESULT CEncoder::SetInputType(LPWAVEFORMATEX lpwfex, bool bJustCheck) in SetInputType() argument57 if (lpwfex->wFormatTag == WAVE_FORMAT_PCM) in SetInputType()59 if (lpwfex->nChannels == 1 || lpwfex->nChannels == 2) in SetInputType()61 if (lpwfex->nSamplesPerSec == 48000 || in SetInputType()62 lpwfex->nSamplesPerSec == 44100 || in SetInputType()63 lpwfex->nSamplesPerSec == 32000 || in SetInputType()64 lpwfex->nSamplesPerSec == 24000 || in SetInputType()65 lpwfex->nSamplesPerSec == 22050 || in SetInputType()66 lpwfex->nSamplesPerSec == 16000 || in SetInputType()67 lpwfex->nSamplesPerSec == 12000 || in SetInputType()[all …]
90 …HRESULT SetInputType(LPWAVEFORMATEX lpwfex, bool bJustCheck = FALSE); // returns E_INVALIDARG if…147 HRESULT SetDefaultOutputType(LPWAVEFORMATEX lpwfex);