From e7b06c4b734a9978243751e3f44afa8b2faa21ff Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 18 Apr 2017 19:56:55 +0000 Subject: implemented latency() function for DirectSound and WavOut output plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7123 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/waveout/outputwaveout.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/Output/waveout/outputwaveout.h') diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h index 688d4ed45..18dbc7126 100644 --- a/src/plugins/Output/waveout/outputwaveout.h +++ b/src/plugins/Output/waveout/outputwaveout.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2014 by Ilya Kotov * + * Copyright (C) 2009-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,8 @@ private: // helper functions void status(); void uninitialize(); + qint64 m_totalWritten; + qint32 m_frameSize; }; class VolumeWaveOut : public Volume -- cgit v1.2.3-13-gbd6f