Class EXTDefaultFilterOrder

java.lang.Object
org.lwjgl.openal.EXTDefaultFilterOrder

public final class EXTDefaultFilterOrder extends Object
Native bindings to the ALC_EXT_DEFAULT_FILTER_ORDER extension.

This extension allows the default filter order (i.e. slope) to be selected at context creation time. Attibute DEFAULT_FILTER_ORDER can be used with a value of 1 (for -6dB/oct) or 2 (for -12dB/oct).

DEFAULT_FILTER_ORDER can also be used with GetIntegerv to find out the current default filter order.

  • Field Details

    • ALC_DEFAULT_FILTER_ORDER

      public static final int ALC_DEFAULT_FILTER_ORDER
      ALC_EXT_DEFAULT_FILTER_ORDER tokens.
      See Also: