Package org.lwjgl.openal
Class SOFTDeviceClock
java.lang.Object
org.lwjgl.openal.SOFTDeviceClock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
alcGetInteger64vSOFT
(long device, int pname) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
static void
alcGetInteger64vSOFT
(long device, int pname, long[] values) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
static void
alcGetInteger64vSOFT
(long device, int pname, LongBuffer values) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
static void
nalcGetInteger64vSOFT
(long device, int pname, int size, long values) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
-
Field Details
-
ALC_DEVICE_CLOCK_SOFT
public static final int ALC_DEVICE_CLOCK_SOFT- See Also:
-
ALC_DEVICE_LATENCY_SOFT
public static final int ALC_DEVICE_LATENCY_SOFT- See Also:
-
ALC_DEVICE_CLOCK_LATENCY_SOFT
public static final int ALC_DEVICE_CLOCK_LATENCY_SOFT- See Also:
-
AL_SAMPLE_OFFSET_CLOCK_SOFT
public static final int AL_SAMPLE_OFFSET_CLOCK_SOFT- See Also:
-
AL_SEC_OFFSET_CLOCK_SOFT
public static final int AL_SEC_OFFSET_CLOCK_SOFT- See Also:
-
-
Method Details
-
nalcGetInteger64vSOFT
public static void nalcGetInteger64vSOFT(long device, int pname, int size, long values) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
-
alcGetInteger64vSOFT
ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
-
alcGetInteger64vSOFT
public static long alcGetInteger64vSOFT(long device, int pname) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
-
alcGetInteger64vSOFT
public static void alcGetInteger64vSOFT(long device, int pname, long[] values) ALCvoid alcGetInteger64vSOFT(ALCdevice * device, ALCenum pname, ALsizei size, ALCint64SOFT * values)
-