43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
/*
|
|
* COM Classes for xaudio
|
|
*
|
|
* Copyright 2015 Andrew Eikum for CodeWeavers
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#pragma makedep register
|
|
|
|
[
|
|
helpstring("XAudio2.2 Class"),
|
|
threading(both),
|
|
uuid(b802058a-464a-42db-bc10-b650d6f2586a)
|
|
]
|
|
coclass XAudio22 { interface IXAudio22; }
|
|
|
|
[
|
|
helpstring("XAudio2.2 AudioReverb Class"),
|
|
threading(both),
|
|
uuid(629cf0de-3ecc-41e7-9926-f7e43eebec51)
|
|
]
|
|
coclass AudioReverb22 { interface IXAPO; }
|
|
|
|
[
|
|
helpstring("XAudio2.2 AudioVolumeMeter Class"),
|
|
threading(both),
|
|
uuid(f5ca7b34-8055-42c0-b836-216129eb7e30)
|
|
]
|
|
coclass AudioVolumeMeter22 { interface IXAPO; }
|