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
40083c2b
Commit
40083c2b
authored
Sep 08, 2017
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Sep 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IMFSinkWriterEx interface.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
66b126b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
mfreadwrite.idl
include/mfreadwrite.idl
+13
-3
No files found.
include/mfreadwrite.idl
View file @
40083c2b
...
...
@@ -15,10 +15,9 @@
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"unknwn.idl"
;
import
"objidl.idl"
;
import
"oaidl.idl"
;
import
"mfobjects.idl"
;
import
"mftransform.idl"
;
enum
{
...
...
@@ -121,6 +120,17 @@ interface IMFSinkWriter : IUnknown
HRESULT
GetStatistics
(
[
in
]
DWORD
index
,
[
out
]
MF_SINK_WRITER_STATISTICS
*
stats
)
;
}
;
[
object
,
uuid
(
588
d72ab
-
5B
c1
-
496
a
-
8714
-
b70617141b25
),
local
]
interface
IMFSinkWriterEx
:
IMFSinkWriter
{
HRESULT
GetTransformForStream
(
[
in
]
DWORD
index
,
[
in
]
DWORD
tindex
,
[
out
]
GUID
*
category
,
[
out
]
IMFTransform
**
transform
)
;
}
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