include/xapo.idl: Add XAPO registration flags.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Andrew Eikum 2020-04-28 13:18:16 -05:00 committed by Alexandre Julliard
parent 341068aa61
commit 7ccc45f754
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ import "unknwn.idl";
#define XAPO_REGISTRATION_STRING_LENGTH 256
cpp_quote("#define XAPO_FLAG_CHANNELS_MUST_MATCH 0x1")
cpp_quote("#define XAPO_FLAG_FRAMERATE_MUST_MATCH 0x2")
cpp_quote("#define XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH 0x4")
cpp_quote("#define XAPO_FLAG_BUFFERCOUNT_MUST_MATCH 0x8")
cpp_quote("#define XAPO_FLAG_INPLACE_SUPPORTED 0x10")
cpp_quote("#define XAPO_FLAG_INPLACE_REQUIRED 0x20")
cpp_quote("#if 0")
typedef struct WAVEFORMATEX
{