Commit 549183fa authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Add the missing SetStreamMediaType() method to IVMRImageCompositor9.

parent 53a91bbd
......@@ -518,6 +518,7 @@ interface IVMRImageCompositor9 : IUnknown
{
HRESULT InitCompositionDevice([in] IUnknown *d3ddev);
HRESULT TermCompositionDevice([in] IUnknown *d3ddev);
HRESULT SetStreamMediaType([in] DWORD stream, [in] AM_MEDIA_TYPE *mt, [in] BOOL texture);
HRESULT CompositeImage([in] IUnknown *d3ddev, [in] IDirect3DSurface9 *d3dtarget, [in] AM_MEDIA_TYPE *mttarget,
[in] REFERENCE_TIME start, [in] REFERENCE_TIME stop, D3DCOLOR back,
[in] VMR9VideoStreamInfo *info, [in] UINT streams);
......
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