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
07967d93
Commit
07967d93
authored
Apr 22, 2017
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Apr 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/mfreadwrite.idl: Add MF_SOURCE_READER_* enum values.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b228f16c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
mfreadwrite.idl
include/mfreadwrite.idl
+11
-0
No files found.
include/mfreadwrite.idl
View file @
07967d93
...
...
@@ -20,6 +20,17 @@ import "objidl.idl";
import
"oaidl.idl"
;
import
"mfobjects.idl"
;
enum
{
MF_SOURCE_READER_INVALID_STREAM_INDEX
=
0
xffffffff
,
MF_SOURCE_READER_ALL_STREAMS
=
0
xfffffffe
,
MF_SOURCE_READER_ANY_STREAM
=
0
xfffffffe
,
MF_SOURCE_READER_FIRST_AUDIO_STREAM
=
0
xfffffffd
,
MF_SOURCE_READER_FIRST_VIDEO_STREAM
=
0
xfffffffc
,
MF_SOURCE_READER_MEDIASOURCE
=
0
xffffffff
,
MF_SOURCE_READER_CURRENT_TYPE_INDEX
=
0
xffffffff
}
;
interface
IMFMediaSource
;
[
...
...
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