Used in the pin creating functions of IPluginHost to specifiy possible SliceCounts.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
| C# |
|---|
public enum SliceMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Single | 0 | The pin can only have one slice. | |
| Dynamic | 1 | The pin can have any number of slices. |