Pyrogenesis  trunk
Functions | Variables
snd.h File Reference
This graph shows which files directly or indirectly include this file:

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 = 512
 
wchar_t snd_card [SND_CARD_LEN]
 description of sound card. More...
 
const size_t SND_DRV_VER_LEN = 512
 
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.

Variable Documentation

wchar_t snd_card[SND_CARD_LEN]

description of sound card.

const size_t SND_CARD_LEN = 512
wchar_t snd_drv_ver[SND_DRV_VER_LEN]

sound driver identification and version.

const size_t SND_DRV_VER_LEN = 512