Inheritance diagram for AudioToFileFactory
Public Methods | |
AudioToFileFactory (const char* description = "", int rate = 44100, int bits = 16, bool stereo = true, bool threaded = false) | |
virtual Audio* | Create () |
Return a Product as a pointer to the ProductBase. | |
virtual const char* | GetDescription () |
Public Attributes | |
int | m_rate |
int | m_bits |
bool | m_stereo |
bool | m_threaded |
char | m_description [dlen+1] |