Ask a Question | Search DSPSR: |
Home
|
BufferingPolicy.h virtual uint64_t bytes_storage() const =0 Get the number of bytes of storage required by this buffer. virtual void pre_transformation()=0 Perform all buffering tasks required before transformation. virtual void post_transformation()=0 Perform all buffering tasks required after transformation. std::string get_name() Returns the name. Definition: BufferingPolicy.h:54 virtual void set_next_start(uint64_t next_start_sample)=0 Set the first sample to be used from the input next time. virtual void set_maximum_samples(uint64_t minimum_samples)=0 Set the minimum number of samples that can be processed. Generated using doxygen 1.8.17
|