|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <msacmdrv.h>

Public Attributes | |
| DWORD | cbStruct |
| DWORD | fdwSuggest |
| PWAVEFORMATEX | pwfxSrc |
| DWORD | cbwfxSrc |
| PWAVEFORMATEX | pwfxDst |
| DWORD | cbwfxDst |
Definition at line 147 of file msacmdrv.h.
| DWORD _ACMDRVFORMATSUGGEST::cbStruct |
Definition at line 149 of file msacmdrv.h.
Referenced by acmFormatSuggest(), and MSACM_FormatEnumHelper().
| DWORD _ACMDRVFORMATSUGGEST::cbwfxDst |
Definition at line 154 of file msacmdrv.h.
Referenced by acmFormatSuggest(), ADPCM_FormatSuggest(), G711_FormatSuggest(), GSM_FormatSuggest(), MPEG3_FormatSuggest(), MSACM_FormatEnumHelper(), and PCM_FormatSuggest().
| DWORD _ACMDRVFORMATSUGGEST::cbwfxSrc |
Definition at line 152 of file msacmdrv.h.
Referenced by acmFormatSuggest(), ADPCM_FormatSuggest(), G711_FormatSuggest(), GSM_FormatSuggest(), MPEG3_FormatSuggest(), MSACM_FormatEnumHelper(), and PCM_FormatSuggest().
| DWORD _ACMDRVFORMATSUGGEST::fdwSuggest |
Definition at line 150 of file msacmdrv.h.
Referenced by acmFormatSuggest(), ADPCM_FormatSuggest(), G711_FormatSuggest(), GSM_FormatSuggest(), MPEG3_FormatSuggest(), and PCM_FormatSuggest().
| PWAVEFORMATEX _ACMDRVFORMATSUGGEST::pwfxDst |
Definition at line 153 of file msacmdrv.h.
Referenced by acmFormatSuggest(), ADPCM_FormatSuggest(), G711_FormatSuggest(), GSM_FormatSuggest(), MPEG3_FormatSuggest(), MSACM_FormatEnumHelper(), and PCM_FormatSuggest().
| PWAVEFORMATEX _ACMDRVFORMATSUGGEST::pwfxSrc |
Definition at line 151 of file msacmdrv.h.
Referenced by acmFormatSuggest(), ADPCM_FormatSuggest(), G711_FormatSuggest(), GSM_FormatSuggest(), MPEG3_FormatSuggest(), MSACM_FormatEnumHelper(), and PCM_FormatSuggest().