Creates an OutputPin of type String.

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

Syntax

C#
void CreateStringOutput(
	string Name,
	TSliceMode SliceMode,
	TPinVisibility Visibility,
	out IStringOut Pin
)

Parameters

Name
Type: System..::..String
The pins name.
SliceMode
Type: VVVV.PluginInterfaces.V1..::..TSliceMode
The pins SliceMode.
Visibility
Type: VVVV.PluginInterfaces.V1..::..TPinVisibility
The pins initial visibility.
Pin
Type: VVVV.PluginInterfaces.V1..::..IStringOut%
Pointer to the created IStringIn interface.

See Also