Lines Matching refs:CSound

28 CSound::CSound ( void ( *fpNewProcessCallback ) ( CVector<short>& psData, void* arg ),  in CSound()  function in CSound
83 void CSound::GetAvailableInOutDevices() in GetAvailableInOutDevices()
165 void CSound::GetAudioDeviceInfos ( const AudioDeviceID DeviceID, QString& strDeviceName, bool& bIsI… in GetAudioDeviceInfos()
211 int CSound::CountChannels ( AudioDeviceID devID, bool isInput ) in CountChannels()
262 QString CSound::LoadAndInitializeDriver ( QString strDriverName, bool ) in LoadAndInitializeDriver()
367 QString CSound::CheckDeviceCapabilities ( const int iDriverIdx ) in CheckDeviceCapabilities()
577 void CSound::UpdateChSelection() in UpdateChSelection()
653 void CSound::SetLeftInputChannel ( const int iNewChan ) in SetLeftInputChannel()
663 void CSound::SetRightInputChannel ( const int iNewChan ) in SetRightInputChannel()
673 void CSound::SetLeftOutputChannel ( const int iNewChan ) in SetLeftOutputChannel()
683 void CSound::SetRightOutputChannel ( const int iNewChan ) in SetRightOutputChannel()
693 void CSound::Start() in Start()
708 void CSound::Stop() in Stop()
722 int CSound::Init ( const int iNewPrefMonoBufferSize ) in Init()
768 UInt32 CSound::SetBufferSize ( AudioDeviceID& audioDeviceID, const bool bIsInput, UInt32 iPrefBuffe… in SetBufferSize()
797 OSStatus CSound::deviceNotification ( AudioDeviceID, UInt32, const AudioObjectPropertyAddress* inAd… in deviceNotification()
799 CSound* pSound = static_cast<CSound*> ( inRefCon ); in deviceNotification()
821 OSStatus CSound::callbackIO ( AudioDeviceID inDevice, in callbackIO()
829 CSound* pSound = static_cast<CSound*> ( inRefCon ); in callbackIO()
938 void CSound::callbackMIDI ( const MIDIPacketList* pktlist, void* refCon, void* ) in callbackMIDI()
940 CSound* pSound = static_cast<CSound*> ( refCon ); in callbackMIDI()
961 bool CSound::ConvertCFStringToQString ( const CFStringRef stringRef, QString& sOut ) in ConvertCFStringToQString()