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

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

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

      @NativeType("ALCboolean") public static boolean alcIsRenderFormatSupportedSOFT(@NativeType("ALCdevice *") long device, @NativeType("ALCsizei") int frequency, @NativeType("ALCenum") int channels, @NativeType("ALCenum") 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

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

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

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

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

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

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

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