1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

include/windows.media.idl: Move IMediaMarker collections from speechsynthesis.

Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
This commit is contained in:
Bernhard Kölbl 2022-06-10 17:19:29 +02:00 committed by Alexandre Julliard
parent aab9ec78d6
commit 6e26dc6b59
2 changed files with 9 additions and 7 deletions

View File

@ -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),

View File

@ -54,12 +54,6 @@ namespace Windows {
}
}
namespace Windows {
namespace Media {
interface IMediaMarker;
}
}
namespace Windows {
namespace Media {
namespace SpeechSynthesis {
@ -67,7 +61,6 @@ namespace Windows {
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*>;
}