Class SOFTLoopback

java.lang.Object
org.lwjgl.openal.SOFTLoopback

public class SOFTLoopback extends Object
  • Field Details

  • Method Details

    • nalcLoopbackOpenDeviceSOFT

      public static long nalcLoopbackOpenDeviceSOFT(long deviceName)
      ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
    • alcLoopbackOpenDeviceSOFT

      public static long alcLoopbackOpenDeviceSOFT(@Nullable ByteBuffer deviceName)
      ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
    • alcLoopbackOpenDeviceSOFT

      public static long alcLoopbackOpenDeviceSOFT(@Nullable CharSequence deviceName)
      ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
    • alcIsRenderFormatSupportedSOFT

      public static boolean alcIsRenderFormatSupportedSOFT(long device, int frequency, int channels, int type)
      ALCboolean alcIsRenderFormatSupportedSOFT(ALCdevice * device, ALCsizei frequency, ALCenum channels, ALCenum type)
    • nalcRenderSamplesSOFT

      public static void nalcRenderSamplesSOFT(long device, long buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, ByteBuffer buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, ShortBuffer buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, IntBuffer buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, FloatBuffer buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, short[] buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, int[] buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
    • alcRenderSamplesSOFT

      public static void alcRenderSamplesSOFT(long device, float[] buffer, int samples)
      ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)