Show / Hide Table of Contents

Enum FilterType

Filter type definitions to be used with FilterType.

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum FilterType

Fields

Name Description
Bandpass

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

Highpass

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.

In This Article
Back to top Generated by DocFX