00001 #ifndef _CVT_FLOAT_TO_LINEAR_H_ 00002 #define _CVT_FLOAT_TO_LINEAR_H_ 00003 00005 00006 class NOVTABLE audio_postprocessor : public service_base 00007 { 00008 public: 00016 00017 virtual void run(const audio_chunk & p_chunk, 00018 mem_block_container & p_output, 00019 t_uint32 p_out_bps, 00020 t_uint32 p_out_bps_physical, 00021 bool p_dither, 00022 audio_sample p_prescale 00023 ) = 0; 00024 00025 00026 00027 FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT(audio_postprocessor); 00028 }; 00029 00030 #endif
1.5.5