PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSoundChannel::Params Member List

This is the complete list of members for PSoundChannel::Params, including all inherited members.

m_bitsPerSamplePSoundChannel::Params
m_bufferCountPSoundChannel::Params
m_bufferSizePSoundChannel::Params
m_channelsPSoundChannel::Params
m_devicePSoundChannel::Params
m_directionPSoundChannel::Params
m_driverPSoundChannel::Params
m_pluginMgrPSoundChannel::Params
m_sampleRatePSoundChannel::Params
operator<<(ostream &, const Params &params)PSoundChannel::Paramsfriend
Params(Directions dir=Player, const PString &device=PString::Empty(), const PString &driver=PString::Empty(), unsigned channels=1, unsigned sampleRate=8000, unsigned bitsPerSample=16, unsigned bufferSize=DefaultBufferSize, unsigned bufferCount=DefaultBufferCount, PPluginManager *pluginMgr=NULL)PSoundChannel::Params
SetBufferCountFromMS(unsigned milliseconds)PSoundChannel::Params