Definition at line 146 of file freesurround.cpp.
Public Member Functions | |
| int16buffers (unsigned int s) | |
| void | resize (unsigned int s) |
| void | clear () |
Public Attributes | |
| std::vector< short > | l |
| std::vector< short > | r |
| std::vector< short > | c |
| std::vector< short > | ls |
| std::vector< short > | rs |
| std::vector< short > | lfe |
| int16buffers::int16buffers | ( | unsigned int | s | ) | [inline] |
Definition at line 148 of file freesurround.cpp.
| void int16buffers::resize | ( | unsigned int | s | ) | [inline] |
Definition at line 150 of file freesurround.cpp.
| void int16buffers::clear | ( | ) | [inline] |
Definition at line 155 of file freesurround.cpp.
Referenced by FreeSurround::flush(), and FreeSurround::open().
| std::vector<short> int16buffers::l |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
| std::vector<short> int16buffers::r |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
| std::vector<short> int16buffers::c |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
| std::vector<short> int16buffers::ls |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
| std::vector<short> int16buffers::rs |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
| std::vector<short> int16buffers::lfe |
Definition at line 161 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putSamples(), FreeSurround::receiveSamples(), and resize().
1.5.5