Commit 6e26dc6b authored by Bernhard Kölbl's avatar Bernhard Kölbl Committed by Alexandre Julliard

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

parent aab9ec78
......@@ -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),
......
......@@ -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*>;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment