IDCompositionFilterEffect

An IDCompositionFilterEffect interface represents a filter effect

version(Windows)
interface IDCompositionFilterEffect : IDCompositionEffect {}

Members

Functions

SetInput
HRESULT SetInput(UINT index, IUnknown input, UINT flags)

Sets the input at the given index to the filterEffect (NULL will use source visual, unless flagged otherwise)

Meta