16 class DtPostProcessor;
32 virtual void update(
DtChannel *inChannel);
35 bool hasPostProcessor(
DtChannel* channel,
const std::string& processorType);
39 bool enablePostProcessor(
DtChannel* channel,
const std::string& processorType);
40 bool disablePostProcessor(
DtChannel* channel,
const std::string& processorType);
44 bool hasEffect(
DtChannel* channel,
const std::string& effect);
48 bool enableEffect(
DtChannel* channel,
const std::string& effect);
49 bool disableEffect(
DtChannel* channel,
const std::string& effect);
70 bool setPostProcessorEnable(
DtChannel* channel,
71 const std::string& processorType,
bool enabled);
75 const std::string& effect,
bool enabled);
86 void deletePostProcessorMaps(
DtChannel *channel);