PortAudio
2.0
|
PulseAudio-specific PortAudio API extension header file. More...
#include "portaudio.h"
Go to the source code of this file.
Functions | |
PaError | PaPulseAudio_RenameSource (PaStream *s, const char *streamName) |
PaError | PaPulseAudio_RenameSink (PaStream *s, const char *streamName) |
PulseAudio-specific PortAudio API extension header file.
Renames the PulseAudio description for the sink that is opened by PortAudio.
s | The PortAudio stream to operate on. |
streamName | The new name/description of the sink. |
References PaPulseAudio_Stream::hostapi, PaPulseAudio_Stream::mainloop, PaPulseAudio_Stream::outputStream, PaPulseAudio_Stream::outputStreamName, paInsufficientMemory, paInvalidDevice, paNoError, PaPulseAudio_Lock(), PAPULSEAUDIO_MAX_DEVICENAME, PaPulseAudio_ReleaseOperation(), PaPulseAudio_UnLock(), PaUtil_AllocateZeroInitializedMemory(), and PaUtil_FreeMemory().
Renames the PulseAudio description for the source that is opened by PortAudio.
s | The PortAudio stream to operate on. |
streamName | The new name/description of the source. |
References PaPulseAudio_Stream::hostapi, PaPulseAudio_Stream::inputStream, PaPulseAudio_Stream::inputStreamName, PaPulseAudio_Stream::mainloop, paInsufficientMemory, paInvalidDevice, paNoError, PaPulseAudio_Lock(), PAPULSEAUDIO_MAX_DEVICENAME, PaPulseAudio_ReleaseOperation(), PaPulseAudio_UnLock(), PaUtil_AllocateZeroInitializedMemory(), and PaUtil_FreeMemory().