kwave  18.07.70
Kwave::ReversePlugin::SliceParams Struct Reference
Collaboration diagram for Kwave::ReversePlugin::SliceParams:
Collaboration graph

Public Attributes

sample_index_t m_first
 
sample_index_t m_last
 
unsigned int m_block_size
 

Detailed Description

common slice parameters, which can be passed to all worker threads

Definition at line 73 of file ReversePlugin.h.

Member Data Documentation

◆ m_block_size

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().

◆ m_first

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().

◆ m_last

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().


The documentation for this struct was generated from the following file: