Name | Signature | Class |
getDevCaps | DeviceCaps <<static>> getDevCaps () | Win32AudioDevice |
Win32AudioDevice | Win32AudioDevice () | Win32AudioDevice |
~Win32AudioDevice | ~Win32AudioDevice () | Win32AudioDevice |
open | void open (DeviceCaps* pDeviceCaps) | Win32AudioDevice |
isOpen | bool isOpen () | Win32AudioDevice |
close | void close () | Win32AudioDevice |
read | int read (sample_t * pAppBuff, int buffSize) | Win32AudioDevice |
write | int write (sample_t * pAppBuff, int buffSize) | Win32AudioDevice |
setInputVol | void setInputVol (int vol) | Win32AudioDevice |
getInputVol | int getInputVol () | Win32AudioDevice |
setOutputVol | void setOutputVol (int vol) | Win32AudioDevice |
getOutputVol | int getOutputVol () | Win32AudioDevice |
getNumChannels | AudioFormat::Channel getNumChannels () | Win32AudioDevice |
getSampleRate | AudioFormat::SampleRate getSampleRate () | Win32AudioDevice |
getWaveInCaps | bool <<static>> getWaveInCaps (int waveInDev, int audioDev, Win32DeviceCaps* pDevCaps) | Win32AudioDevice |
getWaveOutCaps | bool <<static>> getWaveOutCaps (int waveOutDev, int audioDev, Win32DeviceCaps* pDevCaps) | Win32AudioDevice |
setInEncodings | void <<static>> setInEncodings (int waveIn, FormatHandle_t handle, AudioFormats* pAudioFormats, AudioFormat::SampleRate rate, AudioFormat::Channel channels, AudioFormat::NumBits bits) | Win32AudioDevice |
setOutEncodings | void <<static>> setOutEncodings (int waveOut, FormatHandle_t handle, AudioFormats* pAudioFormats, AudioFormat::SampleRate rate, AudioFormat::Channel channels, AudioFormat::NumBits bits) | Win32AudioDevice |
NAL2WaveEncoding | int <<static>> NAL2WaveEncoding (AudioFormat::Encoding encoding) | Win32AudioDevice |
NAL2WaveFormat | bool <<static>> NAL2WaveFormat (DWORD dwFormat, AudioFormat::SampleRate rate, AudioFormat::Channel channel, AudioFormat::NumBits bits) | Win32AudioDevice |
vol2Dev | int vol2Dev (int vol) | Win32AudioDevice |
dev2Vol | int dev2Vol (int vol) | Win32AudioDevice |
openWaveIn | void openWaveIn () | Win32AudioDevice |
closeWaveIn | void closeWaveIn () | Win32AudioDevice |
getOutHdr | WAVEHDR* getOutHdr () | Win32AudioDevice |
openWaveOut | void openWaveOut () | Win32AudioDevice |
closeWaveOut | void closeWaveOut () | Win32AudioDevice |
readProc | void <<static>> readProc (Win32AudioDevice* pWin32Dev) | Win32AudioDevice |
waveInProc | void waveInProc () | Win32AudioDevice |
openMixer | void openMixer () | Win32AudioDevice |
closeMixer | void closeMixer () | Win32AudioDevice |
getReadBlockSize | int getReadBlockSize () | Win32AudioDevice |
getWriteBlockSize | int getWriteBlockSize () | Win32AudioDevice |
printHdrStats | void printHdrStats (WAVEHDR * pWaveHdrs) | Win32AudioDevice |
getDevCaps | DeviceCaps <<static>> getDevCaps () | AudioDevice |
AudioDevice | AudioDevice () | AudioDevice |
~AudioDevice | ~AudioDevice () | AudioDevice |
open | void <<abstract>> open (DeviceCaps* pDeviceCaps) | AudioDevice |
isOpen | bool <<abstract>> isOpen () | AudioDevice |
close | void <<abstract>> close () | AudioDevice |
read | int <<abstract>> read (AudioDevice::sample_t * appBuff, int buffSize) | AudioDevice |
write | int <<abstract>> write (AudioDevice::sample_t * appBuff, int buffSize) | AudioDevice |
setInputVol | void <<abstract>> setInputVol (int vol) | AudioDevice |
getInputVol | int <<abstract>> getInputVol () | AudioDevice |
setOutputVol | void <<abstract>> setOutputVol (int vol) | AudioDevice |
getOutputVol | int <<abstract>> getOutputVol () | AudioDevice |
getSampleRate | AudioFormat::SampleRate <<abstract>> getSampleRate () | AudioDevice |
getNumChannels | AudioFormat::Channel <<abstract>> getNumChannels () | AudioDevice |
getReadBlockSize | int <<abstract>> getReadBlockSize () | AudioDevice |
getWriteBlockSize | int <<abstract>> getWriteBlockSize () | AudioDevice |