directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
IXAudio2.CreateMasteringVoice
directx
xaudio2
IXAudio2
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
interface
IXAudio2
extern (
Windows
)
HRESULT
CreateMasteringVoice
(
IXAudio2MasteringVoice
*
ppMasteringVoice
,
UINT32
InputChannels
=
XAUDIO2_DEFAULT_CHANNELS
,
UINT32
InputSampleRate
=
XAUDIO2_DEFAULT_SAMPLERATE
,
UINT32
Flags
= 0
,
UINT32
DeviceIndex
= 0
,
const
(
XAUDIO2_EFFECT_CHAIN
)*
pEffectChain
= null
,
AUDIO_STREAM_CATEGORY
StreamCategory
=
AUDIO_STREAM_CATEGORY.AudioCategory_GameEffects
)
Meta
Source
See Implementation
directx
xaudio2
IXAudio2
functions
CommitChanges
CreateMasteringVoice
CreateSourceVoice
CreateSubmixVoice
GetDeviceCount
GetDeviceDetails
GetPerformanceData
Initialize
RegisterForCallbacks
SetDebugConfiguration
StartEngine
StopEngine
UnregisterForCallbacks