Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
82bea03f
Commit
82bea03f
authored
Dec 15, 2020
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Dec 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add AUDCLNT_STREAMOPTIONS_AMBISONICS in audioclient.idl.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e389f111
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
audioclient.idl
include/audioclient.idl
+5
-3
No files found.
include/audioclient.idl
View file @
82bea03f
...
...
@@ -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
=
0
x0
,
AUDCLNT_STREAMOPTIONS_RAW
=
0
x1
,
AUDCLNT_STREAMOPTIONS_MATCH_FORMAT
=
0
x2
,
AUDCLNT_STREAMOPTIONS_AMBISONICS
=
0
x4
}
AUDCLNT_STREAMOPTIONS
;
cpp_quote
(
"DEFINE_ENUM_FLAG_OPERATORS(AUDCLNT_STREAMOPTIONS);"
)
typedef
struct
_AudioClientProperties
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment