IMILBitmapEffectConnectionsInfo interface (mileffects.h)
Exposes methods that retrieves information about what input and output pins are exposed by the bitmap effect.
Inheritance
The IMILBitmapEffectConnectionsInfo interface inherits from the IUnknown interface. IMILBitmapEffectConnectionsInfo also has these types of members:
Methods
The IMILBitmapEffectConnectionsInfo interface has these methods.
IMILBitmapEffectConnectionsInfo::GetInputConnectorInfo Retrieves the IMILBitmapEffectConnectorInfo associated with the given input pin. |
IMILBitmapEffectConnectionsInfo::GetNumberInputs Retrieves the number of input pins the bitmap effect implements. |
IMILBitmapEffectConnectionsInfo::GetNumberOutputs Retrieves the number of output pins the bitmap effect implements. |
IMILBitmapEffectConnectionsInfo::GetOutputConnectorInfo Retrieves the IMILBitmapEffectConnectorInfo associated with the given output pin. |
Remarks
If this interface is not implemented when creating a custom bitmap effect, a single input and output pin implementation with a 32bit RGBA format is assumes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mileffects.h |
Redistributable | Microsoft .Net 3.0 |