Package org.lwjgl.openal
Class SOFTLoopback
java.lang.Object
org.lwjgl.openal.SOFTLoopback
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
alcIsRenderFormatSupportedSOFT
(long device, int frequency, int channels, int type) ALCboolean alcIsRenderFormatSupportedSOFT(ALCdevice * device, ALCsizei frequency, ALCenum channels, ALCenum type)
static long
alcLoopbackOpenDeviceSOFT
(@Nullable CharSequence deviceName) ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
static long
alcLoopbackOpenDeviceSOFT
(@Nullable ByteBuffer deviceName) ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
static void
alcRenderSamplesSOFT
(long device, float[] buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, int[] buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, short[] buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, ByteBuffer buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, FloatBuffer buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, IntBuffer buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static void
alcRenderSamplesSOFT
(long device, ShortBuffer buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
static long
nalcLoopbackOpenDeviceSOFT
(long deviceName) ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
static void
nalcRenderSamplesSOFT
(long device, long buffer, int samples) ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
-
Field Details
-
ALC_BYTE_SOFT
public static final int ALC_BYTE_SOFT- See Also:
-
ALC_UNSIGNED_BYTE_SOFT
public static final int ALC_UNSIGNED_BYTE_SOFT- See Also:
-
ALC_SHORT_SOFT
public static final int ALC_SHORT_SOFT- See Also:
-
ALC_UNSIGNED_SHORT_SOFT
public static final int ALC_UNSIGNED_SHORT_SOFT- See Also:
-
ALC_INT_SOFT
public static final int ALC_INT_SOFT- See Also:
-
ALC_UNSIGNED_INT_SOFT
public static final int ALC_UNSIGNED_INT_SOFT- See Also:
-
ALC_FLOAT_SOFT
public static final int ALC_FLOAT_SOFT- See Also:
-
ALC_MONO_SOFT
public static final int ALC_MONO_SOFT- See Also:
-
ALC_STEREO_SOFT
public static final int ALC_STEREO_SOFT- See Also:
-
ALC_QUAD_SOFT
public static final int ALC_QUAD_SOFT- See Also:
-
ALC_5POINT1_SOFT
public static final int ALC_5POINT1_SOFT- See Also:
-
ALC_6POINT1_SOFT
public static final int ALC_6POINT1_SOFT- See Also:
-
ALC_7POINT1_SOFT
public static final int ALC_7POINT1_SOFT- See Also:
-
ALC_FORMAT_CHANNELS_SOFT
public static final int ALC_FORMAT_CHANNELS_SOFT- See Also:
-
ALC_FORMAT_TYPE_SOFT
public static final int ALC_FORMAT_TYPE_SOFT- See Also:
-
-
Method Details
-
nalcLoopbackOpenDeviceSOFT
public static long nalcLoopbackOpenDeviceSOFT(long deviceName) ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
-
alcLoopbackOpenDeviceSOFT
ALCdevice * alcLoopbackOpenDeviceSOFT(ALCchar const * deviceName)
-
alcLoopbackOpenDeviceSOFT
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
ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
-
alcRenderSamplesSOFT
ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
-
alcRenderSamplesSOFT
ALCvoid alcRenderSamplesSOFT(ALCdevice * device, ALCvoid * buffer, ALCsizei samples)
-
alcRenderSamplesSOFT
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)
-