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
7365eafd
Commit
7365eafd
authored
Nov 20, 2013
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IConfigInterleaving definition.
parent
391bea54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
axextend.idl
include/axextend.idl
+30
-0
No files found.
include/axextend.idl
View file @
7365eafd
...
...
@@ -757,6 +757,36 @@ interface IConfigAviMux : IUnknown
[
local
,
object
,
uuid
(
bee3d220
-
157b
-
11
d0
-
bd23
-
00
a0c911ce86
),
pointer_default
(
unique
)
]
interface
IConfigInterleaving
:
IUnknown
{
typedef
enum
InterleavingMode
{
INTERLEAVE_NONE
,
INTERLEAVE_CAPTURE
,
INTERLEAVE_FULL
,
INTERLEAVE_NONE_BUFFERED
}
InterleavingMode
;
HRESULT
put_Mode
(
[
in
]
InterleavingMode
mode
)
;
HRESULT
get_Mode
(
[
out
]
InterleavingMode
*
pMode
)
;
HRESULT
put_Interleaving
(
[
in
]
const
REFERENCE_TIME
*
prtInterleave
,
[
in
]
const
REFERENCE_TIME
*
prtPreroll
)
;
HRESULT
get_Interleaving
(
[
out
]
REFERENCE_TIME
*
prtInterleave
,
[
out
]
REFERENCE_TIME
*
prtPreroll
)
;
}
[
local
,
object
,
uuid
(
9
fd52741
-176d-4
b36
-
8
f51
-
ca8f933223be
),
pointer_default
(
unique
)
]
...
...
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