3,978 questions
As documented at https://learn.microsoft.com/en-us/windows/win32/medfound/codecapi-avlowlatencymode
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using ms-media-foundation and want to set CODECAPI_AVLowLatencyMode
VARIANT var{};
var.boolVal = VARIANT_TRUE;
var.vt = VT_BOOL;
error:WinRT originate error - 0x80070057 : 'Invalid argument (VT_UI4 != pValue->vt)'
why?