Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
snd.h File Reference

Go to the source code of this file.

Functions

void snd_detect ()
 detect sound card and set the above information. More...
 

Variables

const size_t SND_CARD_LEN = 256
 
wchar_t snd_card [SND_CARD_LEN]
 description of sound card. More...
 
const size_t SND_DRV_VER_LEN = 256
 
wchar_t snd_drv_ver [SND_DRV_VER_LEN]
 sound driver identification and version. More...
 

Function Documentation

void snd_detect ( )

detect sound card and set the above information.

Definition at line 38 of file snd.cpp.

Variable Documentation

wchar_t snd_card[SND_CARD_LEN]

description of sound card.

Definition at line 35 of file snd.cpp.

const size_t SND_CARD_LEN = 256

Definition at line 30 of file snd.h.

wchar_t snd_drv_ver[SND_DRV_VER_LEN]

sound driver identification and version.

Definition at line 36 of file snd.cpp.

const size_t SND_DRV_VER_LEN = 256

Definition at line 36 of file snd.h.