Name | Signature | Class |
Win32DeviceCaps | Win32DeviceCaps () | Win32DeviceCaps |
~Win32DeviceCaps | ~Win32DeviceCaps () | Win32DeviceCaps |
setRecLine | void setRecLine (DevHandle_t handle, DWORD recLine) | Win32DeviceCaps |
getRecLine | DWORD getRecLine (DevHandle_t handle) | Win32DeviceCaps |
setWaveInDesc | void setWaveInDesc (DevHandle_t handle, UINT waveInDesc) | Win32DeviceCaps |
getWaveInDesc | UINT getWaveInDesc (DevHandle_t handle) | Win32DeviceCaps |
setWaveOutDesc | void setWaveOutDesc (DevHandle_t handle, UINT waveOutDesc) | Win32DeviceCaps |
getWaveOutDesc | UINT getWaveOutDesc (DevHandle_t handle) | Win32DeviceCaps |
setMixerDesc | void setMixerDesc (DevHandle_t handle, UINT mixerDesc) | Win32DeviceCaps |
getMixerDesc | UINT getMixerDesc (DevHandle_t handle) | Win32DeviceCaps |
checkHandle | void checkHandle (DevHandle_t devHandle) | Win32DeviceCaps |
Win32DeviceCaps | Win32DeviceCaps (const Win32DeviceCaps & right) | Win32DeviceCaps |
DeviceCaps | DeviceCaps () | DeviceCaps |
~DeviceCaps | ~DeviceCaps () | DeviceCaps |
getSize | int getSize () | DeviceCaps |
setDevName | void setDevName (DevHandle_t handle, const char* name) | DeviceCaps |
getDevName | string* getDevName (DevHandle_t handle) | DeviceCaps |
setAudioFormats | void setAudioFormats (DevHandle_t handle, AudioFormats* audioFormats) | DeviceCaps |
getAudioFormats | AudioFormats getAudioFormats (DevHandle_t handle) | DeviceCaps |
setBlockSize | void setBlockSize (DevHandle_t handle, int numBytes) | DeviceCaps |
getBlockSize | int getBlockSize (DevHandle_t handle) | DeviceCaps |
setInVolSupp | void setInVolSupp (DevHandle_t handle, bool supported) | DeviceCaps |
getInVolSupp | bool getInVolSupp (DevHandle_t handle) | DeviceCaps |
setOutVolSupp | void setOutVolSupp (DevHandle_t handle, bool supported) | DeviceCaps |
getOutVolSupp | bool getOutVolSupp (DevHandle_t handle) | DeviceCaps |
checkHandle | void checkHandle (DevHandle_t devHandle) | DeviceCaps |
DeviceCaps | DeviceCaps (const DeviceCaps & right) | DeviceCaps |
setInputDeviceToUse | void setInputDeviceToUse (DevHandle_t handle) | DeviceCaps |
setOutputDeviceToUse | void setOutputDeviceToUse (DevHandle_t handle) | DeviceCaps |
setSampleRateToUse | void setSampleRateToUse (DevHandle_t handle, AudioFormat::SampleRate sampleRate) | DeviceCaps |
setEncodingToUse | void setEncodingToUse (DevHandle_t handle, AudioFormat::Encoding encoding) | DeviceCaps |
setChannelToUse | void setChannelToUse (DevHandle_t handle, AudioFormat::Channel channel) | DeviceCaps |
setNumBitsToUse | void setNumBitsToUse (DevHandle_t handle, AudioFormat::NumBits numBits) | DeviceCaps |
getSampleRateToUse | AudioFormat::SampleRate getSampleRateToUse (DevHandle_t handle) | DeviceCaps |
getEncodingToUse | AudioFormat::Encoding getEncodingToUse (DevHandle_t handle) | DeviceCaps |
getChannelToUse | AudioFormat::Channel getChannelToUse (DevHandle_t handle) | DeviceCaps |
getNumBitsToUse | AudioFormat::NumBits getNumBitsToUse (DevHandle_t handle) | DeviceCaps |
getInputDeviceToUse | DevHandle_t getInputDeviceToUse () | DeviceCaps |
getOutputDeviceToUse | DevHandle_t getOutputDeviceToUse () | DeviceCaps |
print | void print () | DeviceCaps |