Extension to the ISpread<(Of <(<'T>)>)> interface, to check if the data changes from frame to frame.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public interface IDiffSpread<T> : ISpread<T>, 
	IEnumerable<T>, IDiffSpread, ISpread, IEnumerable, ICloneable, 
	ISynchronizable, IFlushable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.PluginInterfaces.V2.IDiffSpread`1"]

See Also