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
1c2b728a
Commit
1c2b728a
authored
Aug 02, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IMFVideoProcessorControl3 definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
68d75bbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
mfidl.idl
include/mfidl.idl
+42
-0
No files found.
include/mfidl.idl
View file @
1c2b728a
...
...
@@ -1231,6 +1231,48 @@ interface IMFVideoProcessorControl2 : IMFVideoProcessorControl
)
;
}
typedef
enum
_MFVideoSphericalFormat
{
MFVideoSphericalFormat_Unsupported
,
MFVideoSphericalFormat_Equirectangular
,
}
MFVideoSphericalFormat
;
typedef
enum
MFVideoSphericalProjectionMode
{
MFVideoSphericalProjectionMode_Spherical
,
MFVideoSphericalProjectionMode_Flat
,
}
MFVideoSphericalProjectionMode
;
[
object
,
uuid
(
2424b3
f2
-
eb23
-
40
f1
-
91
aa
-
74b
ddeea0883
),
local
]
interface
IMFVideoProcessorControl3
:
IMFVideoProcessorControl2
{
HRESULT
GetNaturalOutputType
(
[
out
]
IMFMediaType
**
media_type
)
;
HRESULT
EnableSphericalVideoProcessing
(
[
in
]
BOOL
enable
,
[
in
]
MFVideoSphericalFormat
format
,
[
in
]
MFVideoSphericalProjectionMode
projection_mode
)
;
HRESULT
SetSphericalVideoProperties
(
[
in
]
float
x
,
[
in
]
float
y
,
[
in
]
float
z
,
[
in
]
float
w
,
[
in
]
float
fov
)
;
HRESULT
SetOutputDevice
(
[
in
]
IUnknown
*
output_device
)
;
}
[
object
,
uuid
(
2347
d60b
-
3
fb5
-
480
c
-
8803
-
8
df3adcd3ef0
),
...
...
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