kwave
18.07.70
|
Public Attributes | |
sample_index_t | m_first |
sample_index_t | m_last |
unsigned int | m_block_size |
common slice parameters, which can be passed to all worker threads
Definition at line 73 of file ReversePlugin.h.
unsigned int Kwave::ReversePlugin::SliceParams::m_block_size |
block size [samples]
Definition at line 76 of file ReversePlugin.h.
Referenced by Kwave::ReversePlugin::reverseSlice(), and Kwave::ReversePlugin::run().
sample_index_t Kwave::ReversePlugin::SliceParams::m_first |
index of the first sample
Definition at line 74 of file ReversePlugin.h.
Referenced by Kwave::ReversePlugin::reverseSlice(), and Kwave::ReversePlugin::run().
sample_index_t Kwave::ReversePlugin::SliceParams::m_last |
index of the last sample
Definition at line 75 of file ReversePlugin.h.
Referenced by Kwave::ReversePlugin::reverseSlice(), and Kwave::ReversePlugin::run().