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
b713c7bc
Commit
b713c7bc
authored
Sep 11, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Sep 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxva2api.idl: Add interface IDirectXVideoMemoryConfiguration.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5e1882fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
dxva2api.idl
include/dxva2api.idl
+25
-0
No files found.
include/dxva2api.idl
View file @
b713c7bc
...
...
@@ -292,6 +292,13 @@ typedef struct _DXVA2_VideoSample
DWORD
SampleData
;
}
DXVA2_VideoSample
;
typedef
enum
{
DXVA2_SurfaceType_DecoderRenderTarget
,
DXVA2_SurfaceType_ProcessorRenderTarget
,
DXVA2_SurfaceType_D3DRenderTargetTexture
,
}
DXVA2_SurfaceType
;
interface
IDirectXVideoDecoder
;
interface
IDirectXVideoProcessor
;
...
...
@@ -525,3 +532,21 @@ interface IDirectXVideoProcessor : IUnknown
[
in
]
UINT
NumSamples
,
[
out
]
HANDLE
*
pHandleCompleteIDirect3DDeviceManager9
)
;
}
;
/*****************************************************************************
*
IDirectXVideoMemoryConfiguration
interface
*/
[
object
,
uuid
(
b7f916dd
-
db3b
-
49
c1
-
84
d7
-
e45ef99ec726
),
local
]
interface
IDirectXVideoMemoryConfiguration
:
IUnknown
{
HRESULT
GetAvailableSurfaceTypeByIndex
(
[
in
]
DWORD
wTypeIndex
,
[
out
]
DXVA2_SurfaceType
*
pdwType
)
;
HRESULT
SetSurfaceType
(
[
in
]
DXVA2_SurfaceType
dwType
)
;
}
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