1 2 3 4 5 6 7
#include "SampleBlock.h" SampleBlock::SampleBlock(vector<int16_t>::iterator begin, size_t size) { this->begin = begin; this->end = begin + size; this->size = size; }