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
529608f1
Commit
529608f1
authored
Mar 24, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IMFSeekInfo definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
346cf20b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
mfuuid.c
dlls/mfuuid/mfuuid.c
+2
-0
mfidl.idl
include/mfidl.idl
+15
-0
No files found.
dlls/mfuuid/mfuuid.c
View file @
529608f1
...
@@ -32,3 +32,5 @@
...
@@ -32,3 +32,5 @@
#include "mfidl.h"
#include "mfidl.h"
#include "mfreadwrite.h"
#include "mfreadwrite.h"
#include "mfmediaengine.h"
#include "mfmediaengine.h"
DEFINE_GUID
(
MF_SCRUBBING_SERVICE
,
0xdd0ac3d8
,
0x40e3
,
0x4128
,
0xac
,
0x48
,
0xc0
,
0xad
,
0xd0
,
0x67
,
0xb7
,
0x14
);
include/mfidl.idl
View file @
529608f1
...
@@ -581,6 +581,20 @@ interface IMFSampleGrabberSinkCallback2 : IMFSampleGrabberSinkCallback
...
@@ -581,6 +581,20 @@ interface IMFSampleGrabberSinkCallback2 : IMFSampleGrabberSinkCallback
[
in
]
IMFAttributes
*
attributes
)
;
[
in
]
IMFAttributes
*
attributes
)
;
}
}
[
object
,
uuid
(
26
afea53
-
d9ed
-
42b5
-
ab80
-
e64f9ee34779
),
local
]
interface
IMFSeekInfo
:
IUnknown
{
HRESULT
GetNearestKeyFrames
(
[
in
]
const
GUID
*
format
,
[
in
]
const
PROPVARIANT
*
position
,
[
out
]
PROPVARIANT
*
prev_frame
,
[
out
]
PROPVARIANT
*
next_frame
)
;
}
cpp_quote
(
"HRESULT WINAPI CreatePropertyStore(IPropertyStore **store);"
)
cpp_quote
(
"HRESULT WINAPI CreatePropertyStore(IPropertyStore **store);"
)
cpp_quote
(
"HRESULT WINAPI MFCreateAudioRenderer(IMFAttributes *config, IMFMediaSink **sink);"
)
cpp_quote
(
"HRESULT WINAPI MFCreateAudioRenderer(IMFAttributes *config, IMFMediaSink **sink);"
)
cpp_quote
(
"HRESULT WINAPI MFCreateAudioRendererActivate(IMFActivate **activate);"
)
cpp_quote
(
"HRESULT WINAPI MFCreateAudioRendererActivate(IMFActivate **activate);"
)
...
@@ -1037,6 +1051,7 @@ cpp_quote("EXTERN_GUID(MF_TOPOLOGY_STATIC_PLAYBACK_OPTIMIZATIONS, 0xb86cac42, 0x
...
@@ -1037,6 +1051,7 @@ cpp_quote("EXTERN_GUID(MF_TOPOLOGY_STATIC_PLAYBACK_OPTIMIZATIONS, 0xb86cac42, 0x
cpp_quote
(
"EXTERN_GUID(MF_RATE_CONTROL_SERVICE, 0x866fa297, 0xb802, 0x4bf8, 0x9d, 0xc9, 0x5e, 0x3b, 0x6a, 0x9f, 0x53, 0xc9);"
)
cpp_quote
(
"EXTERN_GUID(MF_RATE_CONTROL_SERVICE, 0x866fa297, 0xb802, 0x4bf8, 0x9d, 0xc9, 0x5e, 0x3b, 0x6a, 0x9f, 0x53, 0xc9);"
)
cpp_quote
(
"EXTERN_GUID(MF_LOCAL_MFT_REGISTRATION_SERVICE, 0xddf5cf9c, 0x4506, 0x45aa, 0xab, 0xf0, 0x6d, 0x5d, 0x94, 0xdd, 0x1b, 0x4a);"
)
cpp_quote
(
"EXTERN_GUID(MF_LOCAL_MFT_REGISTRATION_SERVICE, 0xddf5cf9c, 0x4506, 0x45aa, 0xab, 0xf0, 0x6d, 0x5d, 0x94, 0xdd, 0x1b, 0x4a);"
)
cpp_quote
(
"EXTERN_C const GUID MF_SCRUBBING_SERVICE;"
)
cpp_quote
(
"EXTERN_GUID(MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET, 0x62e3d776, 0x8100, 0x4e03, 0xa6, 0xe8, 0xbd, 0x38, 0x57, 0xac, 0x9c, 0x47);"
)
cpp_quote
(
"EXTERN_GUID(MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET, 0x62e3d776, 0x8100, 0x4e03, 0xa6, 0xe8, 0xbd, 0x38, 0x57, 0xac, 0x9c, 0x47);"
)
cpp_quote
(
"EXTERN_GUID(MF_SAMPLEGRABBERSINK_IGNORE_CLOCK, 0x0efda2c0, 0x2b69, 0x4e2e, 0xab, 0x8d, 0x46, 0xdc, 0xbf, 0xf7, 0xd2, 0x5d);"
)
cpp_quote
(
"EXTERN_GUID(MF_SAMPLEGRABBERSINK_IGNORE_CLOCK, 0x0efda2c0, 0x2b69, 0x4e2e, 0xab, 0x8d, 0x46, 0xdc, 0xbf, 0xf7, 0xd2, 0x5d);"
)
...
...
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