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
68f576f1
Commit
68f576f1
authored
Mar 11, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Media Foundation handler interfaces definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f78bd03a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
mfidl.idl
include/mfidl.idl
+52
-0
No files found.
include/mfidl.idl
View file @
68f576f1
...
...
@@ -185,6 +185,58 @@ interface IMFMediaSession : IMFMediaEventGenerator
[
object
,
uuid
(
bb420aa4
-
765b
-
4
a1f
-
91
fe
-
d6a8a143924c
),
local
]
interface
IMFByteStreamHandler
:
IUnknown
{
HRESULT
BeginCreateObject
(
[
in
]
IMFByteStream
*
stream
,
[
in
]
const
WCHAR
*
url
,
[
in
]
DWORD
flags
,
[
in
]
IPropertyStore
*
props
,
[
out
]
IUnknown
**
cancel_cookie
,
[
in
]
IMFAsyncCallback
*
callback
,
[
in
]
IUnknown
*
state
)
;
HRESULT
EndCreateObject
(
[
in
]
IMFAsyncResult
*
result
,
[
out
]
MF_OBJECT_TYPE
*
obj_type
,
[
out
]
IUnknown
**
object
)
;
HRESULT
CancelObjectCreation
(
[
in
]
IUnknown
*
cancel_cookie
)
;
HRESULT
GetMaxNumberOfBytesRequiredForResolution
(
[
out
]
QWORD
*
bytes
)
;
}
[
object
,
uuid
(
6
d4c7b74
-
52
a0
-
4b
b7
-
b0db
-
55
f29f47a668
),
local
]
interface
IMFSchemeHandler
:
IUnknown
{
HRESULT
BeginCreateObject
(
[
in
]
const
WCHAR
*
url
,
[
in
]
DWORD
flags
,
[
in
]
IPropertyStore
*
props
,
[
out
]
IUnknown
**
cancel_cookie
,
[
in
]
IMFAsyncCallback
*
callback
,
[
in
]
IUnknown
*
state
)
;
HRESULT
EndCreateObject
(
[
in
]
IMFAsyncResult
*
result
,
[
out
]
MF_OBJECT_TYPE
*
obj_type
,
[
out
]
IUnknown
**
object
)
;
HRESULT
CancelObjectCreation
(
[
in
]
IUnknown
*
cancel_cookie
)
;
}
[
object
,
uuid
(
fbe5a32d
-
a497
-
4b61
-
bb85
-
97b1
a848a6e3
)
]
interface
IMFSourceResolver
:
IUnknown
...
...
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