IMixer.playbackTimeInSeconds

interface IMixer
nothrow @nogc
double
playbackTimeInSeconds
()

Return Value

Type: double

Time in seconds since the beginning of playback. This is equal to getTimeInFrames() / getSampleRate() - latency. Warning: Because this subtract known latency, this can return a negative value. BUG: latency reported of libsoundio is too high for WASAPI, so we have an incorrect value here.

Meta