Enum FilterType
Filter type definitions to be used with EfxFilteri.FilterType.
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum FilterType
Fields
Name | Description |
---|---|
Bandpass | Currently not implemented. A band-pass filter is used to remove high and low frequency content from a signal. |
Highpass | Currently not implemented. A high-pass filter is used to remove low frequency content from a signal. |
Lowpass | A low-pass filter is used to remove high frequency content from a signal. |
Null | No Filter, disable. This Filter type is used when a Filter object is initially created. |