|
CLAM-Development
1.3
|
#include <AudioBufferSource.hxx>
Public Member Functions | |
| Port () | |
| Port (OutPort< Audio > *p) | |
Public Attributes | |
| const float * | mFloatBuffer |
| const double * | mDoubleBuffer |
| unsigned | mBufferSize |
| OutPort< Audio > * | mPort |
Definition at line 16 of file AudioBufferSource.hxx.
| CLAM::AudioBufferSource::Port::Port | ( | ) | [inline] |
Definition at line 23 of file AudioBufferSource.hxx.
| CLAM::AudioBufferSource::Port::Port | ( | OutPort< Audio > * | p | ) | [inline, explicit] |
Definition at line 28 of file AudioBufferSource.hxx.
Definition at line 20 of file AudioBufferSource.hxx.
Referenced by CLAM::AudioBufferSource::Do().
| const double* CLAM::AudioBufferSource::Port::mDoubleBuffer |
Definition at line 19 of file AudioBufferSource.hxx.
Referenced by CLAM::AudioBufferSource::Do().
| const float* CLAM::AudioBufferSource::Port::mFloatBuffer |
Definition at line 18 of file AudioBufferSource.hxx.
Referenced by CLAM::AudioBufferSource::Do().
Definition at line 21 of file AudioBufferSource.hxx.
Referenced by CLAM::AudioBufferSource::Do().
1.7.6.1