- Add IAMBufferNegotiation interface

svn path=/trunk/; revision=46221
This commit is contained in:
Johannes Anderwald 2010-03-16 11:09:19 +00:00
parent fcec48b05b
commit 76e59af897

View file

@ -1070,6 +1070,22 @@ interface IAMFilterMiscFlags : IUnknown
ULONG GetMiscFlags();
};
[
local,
object,
uuid(56ED71A0-AF5F-11D0-B3F0-00AA003761C5),
pointer_default(unique)
]
interface IAMBufferNegotiation : IUnknown
{
HRESULT SuggestAllocatorProperties (
[in] const ALLOCATOR_PROPERTIES *pprop);
HRESULT GetAllocatorProperties (
[out] ALLOCATOR_PROPERTIES *pprop);
}
#include <axextendenums.h>
[