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
6e26dc6b
Commit
6e26dc6b
authored
Jun 10, 2022
by
Bernhard Kölbl
Committed by
Alexandre Julliard
Jun 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/windows.media.idl: Move IMediaMarker collections from speechsynthesis.
Signed-off-by:
Bernhard Kölbl
<
besentv@gmail.com
>
parent
aab9ec78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
windows.media.idl
include/windows.media.idl
+9
-0
windows.media.speechsynthesis.idl
include/windows.media.speechsynthesis.idl
+0
-7
No files found.
include/windows.media.idl
View file @
6e26dc6b
...
...
@@ -26,6 +26,15 @@ import "windows.foundation.idl";
namespace
Windows
.
Media
{
interface
IMediaControl
;
interface
IMediaMarker
;
declare
{
interface
Windows
.
Foundation.Collections.IIterable<Windows.Media.IMediaMarker*>;
interface
Windows
.
Foundation.Collections.IIterator<Windows.Media.IMediaMarker*>;
interface
Windows
.
Foundation.Collections.IVectorView<Windows.Media.IMediaMarker*>;
interface
Windows
.
Foundation.Collections.IVector<Windows.Media.IMediaMarker*>;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
...
...
include/windows.media.speechsynthesis.idl
View file @
6e26dc6b
...
...
@@ -56,18 +56,11 @@ namespace Windows {
namespace
Windows
{
namespace
Media
{
interface
IMediaMarker
;
}
}
namespace
Windows
{
namespace
Media
{
namespace
SpeechSynthesis
{
declare
{
interface
Windows
.
Foundation.Collections.IIterator<Windows.Media.SpeechSynthesis.VoiceInformation*>;
interface
Windows
.
Foundation.Collections.IIterable<Windows.Media.SpeechSynthesis.VoiceInformation*>;
interface
Windows
.
Foundation.Collections.IVectorView<Windows.Media.SpeechSynthesis.VoiceInformation*>;
interface
Windows
.
Foundation.Collections.IVectorView<Windows.Media.IMediaMarker*>;
interface
Windows
.
Foundation.IAsyncOperation<Windows.Media.SpeechSynthesis.SpeechSynthesisStream*>;
interface
Windows
.
Foundation.AsyncOperationCompletedHandler<Windows.Media.SpeechSynthesis.SpeechSynthesisStream*>;
}
...
...
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