search for: acmformatsuggest

Displaying 3 results from an estimated 3 matches for "acmformatsuggest".

2004 Sep 10
1
Re: ACM codec
...o the FLAC encoder. Or do you use a lower >level API than the stream en/decoder from libFLAC? Actually, I had not thought about it until now, so the driver assumes the FLAC data isn't malformed but, yes, the solution is add what is missing. >May I ask how? A client software can use the acmFormatSuggest function, that sends an ACMDM_FORMAT_SUGGEST message to the driver, to check the driver for a nonstandard format. Here's an excerpt about it taken from the Microsoft Platform SDK: ... Generating a Nonstandard Format Sometimes an application needs a nonstandard format. For example, an applicati...
2015 Oct 02
0
Wine release 1.7.52
...tForNext. shlwapi: Reject NULL key on SHRegCloseUSKey with tests. ws2_32: Try harder to get the host name address in getaddrinfo. ws2_32/tests: Remove a dead assignment. msadp32.acm: Ensure we have enough memory before memcopying data. msacm32: Catch NULL parameters in acmFormatSuggest(). msacm32/tests: Add tests for acmFormatSuggest(). msacm32: Quit on unsupported destination format in PCM_FormatSuggest. msvfw32: Trace only what matters in MCIWNDM_GETDEVICE. quartz: Avoid audio header test code duplication. mciavi32: Make a debug message more clear....
2017 Jun 09
0
Wine release 2.10
...dd tests for minimizing MDI windows. msacm32: Don't write cbSize if the format is WAVE_FORMAT_PCM. msacm32: Add more invalid parameter checks for acmFormatEnum(). msacm32: Add invalid parameter checks for acmFormatDetails(). msacm32: Add more invalid parameter checks for acmFormatSuggest(). msacm32: Try to suggest PCM to PCM conversion first. imaadp32.acm: Fix block size calculations. imaadp32.acm: Fix nibble ordering. msacm32: Check correct variable. -- Alexandre Julliard julliard at winehq.org