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/directsound/outputdirectsound.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/Output/directsound/outputdirectsound.h') diff --git a/src/plugins/Output/directsound/outputdirectsound.h b/src/plugins/Output/directsound/outputdirectsound.h index 46d2a0b21..295073a18 100644 --- a/src/plugins/Output/directsound/outputdirectsound.h +++ b/src/plugins/Output/directsound/outputdirectsound.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2014-2016 by Ilya Kotov * + * Copyright (C) 2014-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -74,6 +74,8 @@ private: } DSoundChannels; static DSoundChannels m_dsound_pos[10]; + qint64 m_latency; + qint32 m_bytesPerSecond; }; /** -- cgit v1.2.3-13-gbd6f