Name | Signature | Class |
OSSDeviceCaps | OSSDeviceCaps () | OSSDeviceCaps |
OSSDeviceCaps | OSSDeviceCaps (const OSSDeviceCaps & right) | OSSDeviceCaps |
~OSSDeviceCaps | ~OSSDeviceCaps () | OSSDeviceCaps |
setAudioDevName | void setAudioDevName (DevHandle_t handle, string* pAudioDevName) | OSSDeviceCaps |
getAudioDevName | string* getAudioDevName (DevHandle_t handle) | OSSDeviceCaps |
setMixerDevName | void setMixerDevName (DevHandle_t handle, string* pAudioDevName) | OSSDeviceCaps |
getMixerDevName | string* getMixerDevName (DevHandle_t handle) | OSSDeviceCaps |
checkHandle | void checkHandle (DevHandle_t devHandle) | OSSDeviceCaps |
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 |