diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-18 19:56:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-18 19:56:55 +0000 |
| commit | e7b06c4b734a9978243751e3f44afa8b2faa21ff (patch) | |
| tree | a8407988e15eead05101bd0112f62bb4073f89cc /src/plugins/Output/directsound/outputdirectsound.h | |
| parent | fcd41290acbb1582f4e463ecaca868e52ec00bfb (diff) | |
| download | qmmp-e7b06c4b734a9978243751e3f44afa8b2faa21ff.tar.gz qmmp-e7b06c4b734a9978243751e3f44afa8b2faa21ff.tar.bz2 qmmp-e7b06c4b734a9978243751e3f44afa8b2faa21ff.zip | |
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
Diffstat (limited to 'src/plugins/Output/directsound/outputdirectsound.h')
| -rw-r--r-- | src/plugins/Output/directsound/outputdirectsound.h | 4 |
1 files changed, 3 insertions, 1 deletions
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;
};
/**
|
