diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-02 19:22:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-02 19:22:48 +0000 |
| commit | 3caee8cc0369674d3a60576ef7dee619ae6046e7 (patch) | |
| tree | afcd5b05bc7031f92059ac0c2a9c9f16dffea4e5 /src/plugins/Output/wasapi/outputwasapi.h | |
| parent | fc021513c074d2b916696f9c5cdfae2a40ce3373 (diff) | |
| download | qmmp-3caee8cc0369674d3a60576ef7dee619ae6046e7.tar.gz qmmp-3caee8cc0369674d3a60576ef7dee619ae6046e7.tar.bz2 qmmp-3caee8cc0369674d3a60576ef7dee619ae6046e7.zip | |
wasapi: added exclusive mode support (#903)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8481 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/wasapi/outputwasapi.h')
| -rw-r--r-- | src/plugins/Output/wasapi/outputwasapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Output/wasapi/outputwasapi.h b/src/plugins/Output/wasapi/outputwasapi.h index eddf93526..ffe07669f 100644 --- a/src/plugins/Output/wasapi/outputwasapi.h +++ b/src/plugins/Output/wasapi/outputwasapi.h @@ -69,6 +69,7 @@ private: UINT32 m_bufferFrames;
int m_frameSize;
QString m_id;
+ bool m_exclusive;
typedef struct
{
|
