EffectsExtension.BindFilterToSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| BindFilterToSource(UInt32, UInt32) |
(Helper) reroutes the output of a Source through a Filter. |
| BindFilterToSource(Int32, Int32) |
(Helper) reroutes the output of a Source through a Filter. |
BindFilterToSource(UInt32, UInt32)
Important
This API is not CLS-compliant.
(Helper) reroutes the output of a Source through a Filter.
[System.CLSCompliant(false)]
public void BindFilterToSource(uint source, uint filter);
member this.BindFilterToSource : uint32 * uint32 -> unit
Parameters
- source
- UInt32
A valid Source handle.
- filter
- UInt32
A valid Filter handle.
- Attributes