aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-15 04:03:15 -0700
committerChris Robinson <[email protected]>2011-05-15 04:03:15 -0700
commitb3902c89509e86b3a324254ae3a56329f89dbeba (patch)
treea27c823a0d74558f24bf0d82d9199881299a7e40 /OpenAL32/Include
parent7210796cb8ac23308efcda80070fe1ed63141ac0 (diff)
Add functions to get strings from the device format
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a6f2a1da..d4394669 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -588,6 +588,9 @@ void SetRTPriority(void);
void SetDefaultChannelOrder(ALCdevice *device);
void SetDefaultWFXChannelOrder(ALCdevice *device);
+const ALCchar *DevFmtTypeString(enum DevFmtType type);
+const ALCchar *DevFmtChannelsString(enum DevFmtChannels chans);
+
ALboolean IsValidType(ALenum type);
ALboolean IsValidChannels(ALenum type);