class PointSampler

Defined at line 16 of file ../../src/media/audio/lib/processing/point_sampler.h

Public Methods

std::shared_ptr<Sampler> Create (const Format & source_format, const Format & dest_format)

Creates new `PointSampler` for a given `source_format` and `dest_format`.

Defined at line 197 of file ../../src/media/audio/lib/processing/point_sampler.cc

Protected Methods

void PointSampler (Fixed pos_filter_length, Fixed neg_filter_length)

Defined at line 22 of file ../../src/media/audio/lib/processing/point_sampler.h