并没有一个特殊的方法用来添加一个chain,它和正常的添加filter的方法一样,首先用ifiltergraph::addfilter 在graph中添加一个filter,然后就是igraphbuilder::connect, igraphbuilder::render等诸如此类的方法。
当graph在运行的时候,filter chain可以在running和stopped状态之间切换;当graph在暂停状态下,filter chain可以在paused和stopper状态之间切换。以上是filter chain