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
62862b35
Commit
62862b35
authored
May 21, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
May 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IMFReadWriteClassFactory interface.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b0f5c3a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
mfreadwrite.idl
include/mfreadwrite.idl
+14
-0
No files found.
include/mfreadwrite.idl
View file @
62862b35
...
...
@@ -131,6 +131,20 @@ interface IMFSinkWriterEx : IMFSinkWriter
[
out
]
IMFTransform
**
transform
)
;
}
[
object
,
uuid
(
e7fe2e12
-
661
c
-
40
da
-
92
f9
-
4
f002ab67627
),
local
]
interface
IMFReadWriteClassFactory
:
IUnknown
{
HRESULT
CreateInstanceFromURL
(
[
in
]
REFCLSID
clsid
,
[
in
]
LPCWSTR
url
,
[
in
]
IMFAttributes
*
attributes
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
object
)
;
HRESULT
CreateInstanceFromObject
(
[
in
]
REFCLSID
clsid
,
[
in
]
IUnknown
*
unk
,
[
in
]
IMFAttributes
*
attributes
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
object
)
;
}
cpp_quote
(
"HRESULT WINAPI MFCreateSourceReaderFromByteStream(IMFByteStream *stream, IMFAttributes *attributes,"
)
cpp_quote
(
" IMFSourceReader **reader);"
)
cpp_quote
(
"HRESULT WINAPI MFCreateSourceReaderFromMediaSource(IMFMediaSource *source, IMFAttributes *attributes,"
)
...
...
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