Changing inputs BinSize programmaticly

Hi,

is it possible to change the BinSize of an Input Pin programmatically?
Or is it possible to transform an input ISpread in an e.g. ISpread<ISpread> with a given BinSize?

Thx

I fear not. But have a look at the code used in the plugin interface: https://github.com/vvvv/vvvv-sdk/blob/develop/vvvv45/src/core/Hosting/IO/Pins/Input/InputBinSpread.cs#L66
It uses the underlying stream interface but should also be doable directly on spreads.