Commit d762d863 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Add IMFMediaStream definition.

parent 1f7489d4
...@@ -525,6 +525,26 @@ interface IMFMediaSource : IMFMediaEventGenerator ...@@ -525,6 +525,26 @@ interface IMFMediaSource : IMFMediaEventGenerator
HRESULT Shutdown(); HRESULT Shutdown();
} }
[
object,
uuid(d182108f-4ec6-443f-aa42-a71106ec825f),
]
interface IMFMediaStream : IMFMediaEventGenerator
{
HRESULT GetMediaSource(
[out] IMFMediaSource **source);
HRESULT GetStreamDescriptor(
[out] IMFStreamDescriptor **descriptor);
[local]
HRESULT RequestSample(
[in] IUnknown *token);
[call_as(RequestSample)]
HRESULT RemoteRequestSample();
}
interface IMFStreamSink; interface IMFStreamSink;
[ [
......
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