Edit

Share via


EffectsExtension.BindFilterToSource Method

Definition

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

Applies to

BindFilterToSource(Int32, Int32)

(Helper) reroutes the output of a Source through a Filter.

public void BindFilterToSource(int source, int filter);
member this.BindFilterToSource : int * int -> unit

Parameters

source
Int32

A valid Source handle.

filter
Int32

A valid Filter handle.

Applies to