Enum GetInteger64
Namespace: OpenTK .Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum GetInteger64
Fields
Name | Description |
---|---|
DeviceClock | The audio device clock time, expressed in nanoseconds. NULL is an invalid device. ALC_DEVICE_CLOCK_SOFT |
DeviceClockLatency | Expects a destination size of 2, and provides both the audio device clock time and latency, both in nanoseconds. The two values are measured atomically with respect to one another (i.e. the latency value was measured at the same time the device clock value was retrieved). NULL is an invalid device. ALC_DEVICE_CLOCK_LATENCY_SOFT |
DeviceLatency | The current audio device latency, in nanoseconds. This is effectively the delay for the samples rendered at the the device's current clock time from reaching the physical output. NULL is an invalid device. ALC_DEVICE_LATENCY_SOFT |