Trace the WASAPI device mix format

This commit is contained in:
Chris Robinson 2022-06-07 18:58:44 -07:00
parent 4750e553f1
commit d923f2d0a6

View File

@ -863,6 +863,7 @@ HRESULT WasapiPlayback::resetProxy()
ERR("Failed to get mix format: 0x%08lx\n", hr);
return hr;
}
TraceFormat("Device mix format", wfx);
WAVEFORMATEXTENSIBLE OutputType;
if(!MakeExtensible(&OutputType, wfx))