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
d762d863
Commit
d762d863
authored
Mar 29, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IMFMediaStream definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1f7489d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
mfidl.idl
include/mfidl.idl
+20
-0
No files found.
include/mfidl.idl
View file @
d762d863
...
...
@@ -525,6 +525,26 @@ interface IMFMediaSource : IMFMediaEventGenerator
HRESULT
Shutdown
()
;
}
[
object
,
uuid
(
d182108f
-
4
ec6
-
443
f
-
aa42
-
a71106ec825f
),
]
interface
IMFMediaStream
:
IMFMediaEventGenerator
{
HRESULT
GetMediaSource
(
[
out
]
IMFMediaSource
**
source
)
;
HRESULT
GetStreamDescriptor
(
[
out
]
IMFStreamDescriptor
**
descriptor
)
;
[
local
]
HRESULT
RequestSample
(
[
in
]
IUnknown
*
token
)
;
[
call_as
(
RequestSample
)
]
HRESULT
RemoteRequestSample
()
;
}
interface
IMFStreamSink
;
[
...
...
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