Exemplo n.º 1
0
HRESULT STDMETHODCALLTYPE DirectSound::SetSpeakerConfig(DWORD dwSpeakerConfig)
{
	return m_ds->SetSpeakerConfig(dwSpeakerConfig);
}