Public Member Functions | |
| buffers (unsigned int s) | |
| void | resize (unsigned int s) |
| void | clear () |
Public Attributes | |
| std::vector< float > | l |
| std::vector< float > | r |
| std::vector< float > | c |
| std::vector< float > | ls |
| std::vector< float > | rs |
| std::vector< float > | lfe |
| std::vector< float > | cs |
| std::vector< float > | lcs |
| std::vector< float > | rcs |
| std::vector< float > | rls |
| std::vector< float > | rrs |
Definition at line 103 of file freesurround.cpp.
| buffers::buffers | ( | unsigned int | s | ) | [inline] |
Definition at line 105 of file freesurround.cpp.
| void buffers::resize | ( | unsigned int | s | ) | [inline] |
Definition at line 107 of file freesurround.cpp.
| void buffers::clear | ( | void | ) | [inline] |
Definition at line 113 of file freesurround.cpp.
Referenced by FreeSurround::flush(), and FreeSurround::open().
| std::vector<float> buffers::l |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::r |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::c |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::ls |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::rs |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::lfe |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::cs |
Definition at line 119 of file freesurround.cpp.
| std::vector<float> buffers::lcs |
Definition at line 119 of file freesurround.cpp.
| std::vector<float> buffers::rcs |
Definition at line 119 of file freesurround.cpp.
| std::vector<float> buffers::rls |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
| std::vector<float> buffers::rrs |
Definition at line 119 of file freesurround.cpp.
Referenced by clear(), FreeSurround::putFrames(), FreeSurround::receiveFrames(), and resize().
1.6.3