EfxFilterType Enum

Definition

Filter type definitions to be used with EfxFilteri.FilterType.

public enum EfxFilterType
type EfxFilterType = 
Inheritance
EfxFilterType

Fields

Bandpass 3

Currently not implemented. A band-pass filter is used to remove high and low frequency content from a signal.

Highpass 2

Currently not implemented. A high-pass filter is used to remove low frequency content from a signal.

Lowpass 1

A low-pass filter is used to remove high frequency content from a signal.

Null 0

No Filter, disable. This Filter type is used when a Filter object is initially created.

Applies to