Enum AudioResamplerMethod
Audio resampler method.
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public enum AudioResamplerMethod
Fields
| Name | Description |
|---|---|
| BlackmanNuttall | The Blackman/Nuttall. |
| Cubic | The cubic. |
| Kaiser | The Kaiser. |
| Linear | The linear. |
| Nearest | The nearest. |