Used in the pin creating functions of IPluginHost to specifiy possible SliceCounts.

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

Syntax

C#
public enum TSliceMode

Members

Member nameValueDescription
Single0 The pin can only have one slice.
Dynamic1 The pin can have any number of slices.

See Also