Show / Hide Table of Contents

Enum SourceDouble

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum SourceDouble

Fields

Name Description
SecOffsetClock

AL_SEC_OFFSET_LATENCY_SOFT
The playback position, along with the device clock, both expressed in seconds. This attribute is read-only.
The first value in the returned vector is the offset in seconds. The value is similar to that returned by SecOffset, just with more precision.
The second value is the device clock, in seconds. This updates at the same rate as the offset, and both are measured atomically with respect to one another. Be aware that this value may be subtly different from the other device clock queries due to the variable precision of floating-point values.

In this article
Back to top Generated by DocFX