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: vvvv-sdk/vvvv45/src/core/Hosting/IO/Pins/Input/InputBinSpread.cs at develop · vvvv/vvvv-sdk · GitHub
It uses the underlying stream interface but should also be doable directly on spreads.