include: Add AUDCLNT_STREAMOPTIONS_AMBISONICS in audioclient.idl.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e389f11137
commit
82bea03ff9
1 changed files with 5 additions and 3 deletions
|
@ -113,10 +113,12 @@ interface IAudioClient : IUnknown
|
|||
|
||||
typedef enum _AUDCLNT_STREAMOPTIONS
|
||||
{
|
||||
AUDCLNT_STREAMOPTIONS_NONE = 0,
|
||||
AUDCLNT_STREAMOPTIONS_RAW = 1,
|
||||
AUDCLNT_STREAMOPTIONS_MATCH_FORMAT = 2,
|
||||
AUDCLNT_STREAMOPTIONS_NONE = 0x0,
|
||||
AUDCLNT_STREAMOPTIONS_RAW = 0x1,
|
||||
AUDCLNT_STREAMOPTIONS_MATCH_FORMAT = 0x2,
|
||||
AUDCLNT_STREAMOPTIONS_AMBISONICS = 0x4
|
||||
} AUDCLNT_STREAMOPTIONS;
|
||||
cpp_quote("DEFINE_ENUM_FLAG_OPERATORS(AUDCLNT_STREAMOPTIONS);")
|
||||
|
||||
typedef struct _AudioClientProperties
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue