Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Various UI improvements.
Commit Description:
Various UI improvements.
#ifndef FACT_CPP_XAUDIO2FX_H
#define FACT_CPP_XAUDIO2FX_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <stdint.h>
#ifndef XAUDIO2_VERSION
#define XAUDIO2_VERSION 7
#endif
#ifdef FAUDIOCPP_EXPORTS
#define FAUDIOCPP_API uint32_t __stdcall
#else
#define FAUDIOCPP_API __declspec(dllimport) uint32_t __stdcall
#endif
#if XAUDIO2_VERSION >=8
FAUDIOCPP_API CreateAudioVolumeMeter ( class IUnknown ** ppApo );
FAUDIOCPP_API CreateAudioReverb ( class IUnknown ** ppApo );
#endif // XAUDIO2_VERSION >= 8
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif // FACT_CPP_XAUDIO2_H
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings