Alternative version to IStringIn.SetSubType() with more options.

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

Syntax

C#
void SetSubType2(
	string default1,
	int maxCharacters,
	string fileMask,
	TStringType stringType
)

Parameters

default1
Type: System..::..String

[Missing <param name="default1"/> documentation for "M:VVVV.PluginInterfaces.V1.IStringIn.SetSubType2(System.String,System.Int32,System.String,VVVV.PluginInterfaces.V1.TStringType)"]

maxCharacters
Type: System..::..Int32
Constrains the string to a given number of characters
fileMask
Type: System..::..String
Filemask in the form of: Audio File (*.wav, *.mp3)|*.wav;*.mp3
stringType
Type: VVVV.PluginInterfaces.V1..::..TStringType
Enum specifying the type of string more precisely.

See Also