#include <DirectionSpecificStreamParameters.hxx>
Definition at line 32 of file DirectionSpecificStreamParameters.hxx.
Public Member Functions | |
| Device & | device () const |
| DirectionSpecificStreamParameters (const Device &device, int numChannels, SampleDataFormat format, bool interleaved, PaTime suggestedLatency, void *hostApiSpecificStreamInfo) | |
| DirectionSpecificStreamParameters () | |
| PaSampleFormat | hostApiSpecificSampleFormat () const |
| void * | hostApiSpecificStreamInfo () const |
| bool | isSampleFormatHostApiSpecific () const |
| bool | isSampleFormatInterleaved () const |
| int | numChannels () const |
| const PaStreamParameters * | paStreamParameters () const |
| PaStreamParameters * | paStreamParameters () |
| SampleDataFormat | sampleFormat () const |
| void | setDevice (const Device &device) |
| void | setHostApiSpecificSampleFormat (PaSampleFormat format, bool interleaved=true) |
| void | setHostApiSpecificStreamInfo (void *streamInfo) |
| void | setNumChannels (int numChannels) |
| void | setSampleFormat (SampleDataFormat format, bool interleaved=true) |
| void | setSuggestedLatency (PaTime latency) |
| PaTime | suggestedLatency () const |
Static Public Member Functions | |
| static DirectionSpecificStreamParameters | null () |
Private Attributes | |
| PaStreamParameters | paStreamParameters_ |