PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSoundChannelPortAudio Member List

This is the complete list of members for PSoundChannelPortAudio, including all inherited members.

Abort()PSoundChannelPortAudiovirtual
AbortCommandString()PChannel
AccessDenied enum valuePChannel
activeDirectionPSoundChannelprotected
AreAllRecordBuffersFull()PSoundChannelPortAudiovirtual
AsyncNotifier typedefPChannel
BadParameter enum valuePChannel
BufferTooSmall enum valuePChannel
channelNamePChannelprotected
channelPointerMutexPIndirectChannelprotected
Class()PObjectinlinestatic
Clone() const PObjectvirtual
CloneAs() const PObjectinline
Close()PSoundChannelPortAudiovirtual
Compare(const PObject &obj) const PIndirectChannelvirtual
CompareObjectMemoryDirect(const PObject &obj) const PObjectvirtual
Comparison enum namePObject
ConvertOSError(P_INT_PTR libcReturnValue, ErrorGroup group=LastGeneralError)PChannelprotectedvirtual
CreateChannel(const PString &driverName, PPluginManager *pluginMgr=NULL)PSoundChannelstatic
CreateChannelByName(const PString &deviceName, Directions direction, PPluginManager *pluginMgr=NULL)PSoundChannelstatic
CreateOpenedChannel(const Params &params)PSoundChannelstatic
CreateOpenedChannel(const PString &driverName, const PString &deviceName, Directions direction, unsigned numChannels=1, unsigned sampleRate=8000, unsigned bitsPerSample=16, PPluginManager *pluginMgr=NULL)PSoundChannelstatic
DefaultBufferCount enum valuePSoundChannel
DefaultBufferSize enum valuePSoundChannel
Detach(ShutdownValue option=ShutdownReadAndWrite)PIndirectChannel
DeviceInUse enum valuePChannel
DiskFull enum valuePChannel
EqualTo enum valuePObject
ErrorGroup enum namePChannel
Errors enum namePChannel
FDOpen(const char *mode)PChannel
FileExists enum valuePChannel
FlowControl(const void *flowData)PChannelvirtual
GetBaseReadChannel() const PIndirectChannelvirtual
GetBaseWriteChannel() const PIndirectChannelvirtual
GetBuffers(PINDEX &size, PINDEX &count)PSoundChannelPortAudiovirtual
GetChannels() const PSoundChannelPortAudiovirtual
GetClass(unsigned ancestor=0) const PObjectinlinevirtual
GetDefaultDevice(Directions dir)PSoundChannelstatic
GetDeviceNames(PSoundChannel::Directions=Player)PSoundChannelPortAudiostatic
PSoundChannel::GetDeviceNames(const PString &driverName, Directions direction, PPluginManager *pluginMgr=NULL)PSoundChannelinlinestatic
PSoundChannel::GetDeviceNames(Directions direction, PPluginManager *pluginMgr=NULL)PSoundChannelstatic
GetDirection() const PSoundChannelinline
GetDirectionText(Directions dir)PSoundChannelstatic
GetDirectionText() const PSoundChannelinlinevirtual
GetDriverNames(PPluginManager *pluginMgr=NULL)PSoundChannelstatic
GetDriversDeviceNames(const PString &driverName, Directions direction, PPluginManager *pluginMgr=NULL)PSoundChannelstatic
GetErrorCode(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorNumber(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorText(ErrorGroup group=NumErrorGroups) const PSoundChannelPortAudiovirtual
PChannel::GetErrorText(Errors lastError, int osError=0)PChannelstatic
GetHandle() const PIndirectChannelvirtual
GetInitMutex()PSoundChannelPortAudiostatic
GetLastReadCount() const PChannel
GetLastWriteCount() const PChannelvirtual
GetMute(bool &mute)PSoundChannelPortAudiovirtual
GetName() const PSoundChannelPortAudiovirtual
GetOSHandleAsInt() const PChannelinlineprotected
GetReadChannel() const PIndirectChannel
GetReadTimeout() const PChannel
GetSampleRate() const PSoundChannelPortAudiovirtual
GetSampleSize() const PSoundChannelPortAudiovirtual
GetSoundChannel() const PSoundChannelinlineprotected
GetTraceContextIdentifier() const PObjectinline
GetTraceContextIdentifier(PObject &obj)PObjectinline
GetTraceContextIdentifier(PObject *obj)PObjectinline
GetVolume(unsigned &devVol)PSoundChannelPortAudiovirtual
GetWriteChannel() const PIndirectChannel
GetWriteTimeout() const PChannel
GreaterThan enum valuePObject
HashFunction() const PChannelvirtual
HasPlayCompleted()PSoundChannelPortAudiovirtual
Initialise()PSoundChannelPortAudiostatic
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size)PObjectstatic
InternalIsDescendant(const char *clsName) const PObjectinlinevirtual
Interrupted enum valuePChannel
IsClass(const char *cls) const PObjectinline
IsOpen() const PSoundChannelPortAudiovirtual
IsRecordBufferFull()PSoundChannelPortAudiovirtual
lastErrorCodePChannelprotected
lastErrorNumberPChannelprotected
LastGeneralError enum valuePChannel
lastReadCountPChannelprotected
LastReadError enum valuePChannel
lastWriteCountPChannelprotected
LastWriteError enum valuePChannel
LessThan enum valuePObject
m_bitsPerSamplePSoundChannelPortAudioprotected
m_bytesPerSamplePSoundChannelPortAudioprotected
m_channelsPSoundChannelPortAudioprotected
m_deviceIdPSoundChannelPortAudioprotected
m_deviceInfoPSoundChannelPortAudioprotected
m_deviceNamePSoundChannelPortAudioprotected
m_mutePSoundChannelPortAudioprotected
m_muteBufferPSoundChannelPortAudioprotected
m_muteBufferSizePSoundChannelPortAudioprotected
m_mutexPSoundChannelPortAudioprotected
m_playBufferCountPSoundChannelPortAudioprotected
m_playBufferSizePSoundChannelPortAudioprotected
m_sampleFormatPSoundChannelPortAudioprotected
m_sampleRatePSoundChannelPortAudioprotected
m_startedPSoundChannelPortAudioprotected
m_streamPSoundChannelPortAudioprotected
m_streamParmsPSoundChannelPortAudioprotected
m_traceContextIdentifierPObjectprotected
m_volumePSoundChannelPortAudioprotected
MaxVolume enum valuePSoundChannel
Miscellaneous enum valuePChannel
NoError enum valuePChannel
NoMemory enum valuePChannel
NotFound enum valuePChannel
NotOpen enum valuePChannel
NumErrorGroups enum valuePChannel
NumNormalisedErrors enum valuePChannel
OnOpen()PIndirectChannelprotectedvirtual
OnReadComplete(AsyncContext &context)PChannelvirtual
OnWriteComplete(AsyncContext &context)PChannelvirtual
Open(const Params &params)PSoundChannelPortAudiovirtual
PSoundChannel::Open(const PString &device, Directions dir, unsigned numChannels=1, unsigned sampleRate=8000, unsigned bitsPerSample=16, PPluginManager *pluginMgr=NULL)PSoundChannel
PIndirectChannel::Open(PChannel &channel)PIndirectChannel
PIndirectChannel::Open(PChannel *channel, PBoolean autoDelete=true)PIndirectChannel
PIndirectChannel::Open(PChannel *readChannel, PChannel *writeChannel, PBoolean autoDeleteRead=true, PBoolean autoDeleteWrite=true)PIndirectChannel
OpenStream(unsigned numChannels, unsigned sampleRate, unsigned bitsPerSample)PSoundChannelPortAudio
operator!=(const PObject &obj) const PObjectinline
operator<(const PObject &obj) const PObjectinline
operator<=(const PObject &obj) const PObjectinline
operator=(const PChannel &)PChannelprotected
operator==(const PObject &obj) const PObjectinline
operator>(const PObject &obj) const PObjectinline
operator>=(const PObject &obj) const PObjectinline
os_errno() const PChannelprotectedvirtual
os_handlePChannelprotected
P_DECLARE_STREAMABLE_ENUM(Directions, Recorder, Player, Closed)PSoundChannel
P_REMOVE_VIRTUAL(PBoolean, Open(const PString &, Directions, unsigned, unsigned, unsigned), false)PSoundChannelprotected
PChannel()PChannelprotected
PChannel(const PChannel &)PChannelprotected
PIndirectChannel()PIndirectChannel
PlayFile(const PFilePath &filename, bool wait)PSoundChannelPortAudiovirtual
PlaySound(const PSound &sound, bool wait)PSoundChannelPortAudiovirtual
PObject()PObjectinlineprotected
PrintOn(ostream &strm) const PObjectvirtual
ProtocolFailure enum valuePChannel
PSoundChannel()PSoundChannel
PSoundChannel(const Params &params)PSoundChannel
PSoundChannel(const PString &device, Directions dir, unsigned numChannels=1, unsigned sampleRate=8000, unsigned bitsPerSample=16)PSoundChannel
PSoundChannelPortAudio()PSoundChannelPortAudio
PTraceObjectInstance() const PObjectinline
PTraceObjectInstance(const char *)PObjectinlinestatic
PTraceObjectInstance(const PObject *obj)PObjectinlinestatic
px_lastBlockTypePChannelprotected
px_readThreadPChannelprotected
px_selectMutexPChannelprotected
px_selectThreadPChannelprotected
px_threadMutexPChannelprotected
px_writeMutexPChannelprotected
px_writeThreadPChannelprotected
PXAcceptBlock enum valuePChannel
PXBlockType enum namePChannel
PXClose()PChannelprotected
PXConnectBlock enum valuePChannel
PXReadBlock enum valuePChannel
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout)PChannelprotected
PXWriteBlock enum valuePChannel
Read(void *buf, PINDEX len)PSoundChannelPortAudiovirtual
ReadAsync(AsyncContext &context)PChannelvirtual
readAutoDeletePIndirectChannelprotected
ReadBlock(void *buf, PINDEX len)PChannel
readChannelPIndirectChannelprotected
ReadChar()PIndirectChannelvirtual
ReadCharWithTimeout(PTimeInterval &timeout)PChannelprotected
ReadFrom(istream &strm)PObjectvirtual
ReadString(PINDEX len)PChannel
readTimeoutPChannelprotected
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start)PChannelprotected
RecordFile(const PFilePath &filename)PSoundChannelPortAudiovirtual
RecordSound(PSound &sound)PSoundChannelPortAudiovirtual
SendCommandString(const PString &command)PChannel
SetBuffers(PINDEX size, PINDEX count)PSoundChannelPortAudiovirtual
SetBufferSize(PINDEX newSize)PChannel
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError)PChannel
SetFormat(unsigned numChannels, unsigned sampleRate, unsigned bitsPerSample)PSoundChannelPortAudiovirtual
SetLocalEcho(bool localEcho)PIndirectChannelvirtual
SetMute(bool mute)PSoundChannelPortAudiovirtual
SetReadChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false)PIndirectChannel
SetReadTimeout(const PTimeInterval &time)PChannel
SetTraceContextIdentifier(unsigned id)PObjectinline
SetTraceContextIdentifier(const PObject &obj)PObjectinline
SetTraceContextIdentifier(const PObject *obj)PObjectinline
Setup()PSoundChannelPortAudio
SetVolume(unsigned newVal)PSoundChannelPortAudiovirtual
SetWriteChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false)PIndirectChannel
SetWriteTimeout(const PTimeInterval &time)PChannel
Shutdown(ShutdownValue option)PIndirectChannelvirtual
ShutdownRead enum valuePChannel
ShutdownReadAndWrite enum valuePChannel
ShutdownValue enum namePChannel
ShutdownWrite enum valuePChannel
StartRecording()PSoundChannelPortAudiovirtual
StartStream()PSoundChannelPortAudio
StopStream()PSoundChannelPortAudio
TestPlayer(const Params &params, const PNotifier &progress=PNotifier(), const char *toneSpec=NULL)PSoundChannelstatic
TestRecorder(const Params &recorderParams, const Params &playerParams, const PNotifier &progress=PNotifier(), unsigned seconds=5)PSoundChannelstatic
Timeout enum valuePChannel
Unavailable enum valuePChannel
WaitForAllRecordBuffersFull()PSoundChannelPortAudiovirtual
WaitForPlayCompletion()PSoundChannelPortAudiovirtual
WaitForRecordBufferFull()PSoundChannelPortAudiovirtual
Write(const void *buf, PINDEX len)PSoundChannelPortAudiovirtual
PChannel::Write(const void *buf, PINDEX len, const void *)PChannelinlinevirtual
WriteAsync(AsyncContext &context)PChannelvirtual
writeAutoDeletePIndirectChannelprotected
writeChannelPIndirectChannelprotected
WriteChar(int c)PChannel
WriteString(const PString &str)PChannel
writeTimeoutPChannelprotected
~PChannel()PChannel
~PIndirectChannel()PIndirectChannel
~PObject()PObjectinlinevirtual
~PSoundChannelPortAudio()PSoundChannelPortAudio