Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
496a8c1c
Commit
496a8c1c
authored
Oct 01, 2020
by
Andrew Eikum
Committed by
Alexandre Julliard
Oct 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audioclient.idl: Declare IAudioClient3.
Signed-off-by:
Andrew Eikum
<
aeikum@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d8ae98d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
audioclient.idl
include/audioclient.idl
+29
-0
No files found.
include/audioclient.idl
View file @
496a8c1c
...
...
@@ -154,6 +154,35 @@ interface IAudioClient2 : IAudioClient
[
local
,
pointer_default
(
unique
),
uuid
(
7
ed4ee07
-
8
e67
-
4
cd4
-
8
c1a
-
2b7
a5987ad42
),
object
,
]
interface
IAudioClient3
:
IAudioClient2
{
HRESULT
GetSharedModeEnginePeriod
(
[
in
]
const
WAVEFORMATEX
*
format
,
[
out
]
UINT32
*
default_period_frames
,
[
out
]
UINT32
*
unit_period_frames
,
[
out
]
UINT32
*
min_period_frames
,
[
out
]
UINT32
*
max_period_frames
)
;
HRESULT
GetCurrentSharedModeEnginePeriod
(
[
out
]
WAVEFORMATEX
**
cur_format
,
[
out
]
UINT32
*
cur_period_frames
)
;
HRESULT
InitializeSharedAudioStream
(
[
in
]
DWORD
flags
,
[
in
]
UINT32
period_frames
,
[
in
]
const
WAVEFORMATEX
*
format
,
[
in
]
const
GUID
*
session_guid
)
;
}
[
local
,
pointer_default
(
unique
),
uuid
(
f294acfc
-
3146
-
4483
-
a7bf
-
addca7c260e2
),
object
,
]
...
...
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