Alternative version to IStringOut.SetSubType() with more options.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void SetSubType2( string default, int maxCharacters, string fileMask, TStringType stringType ) |
Parameters
- default
- Type: System..::..String
The String the pin is initialized with and can be reset to at any time
- 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.