ID3-Sync Scripting API

FilenameParser.GuessPattern Method 

Guesses a pattern with the help of tag information.

[Visual Basic]
Public Sub GuessPattern( _
   ByVal tag1 As IMetaParser, _
   ByVal tag2 As IMetaParser _
)
[C#]
public void GuessPattern(
   IMetaParser tag1,
   IMetaParser tag2
);

Parameters

tag1
Meta information used for the pattern guessing.
tag2
More meta information used for the pattern guessing.

See Also

FilenameParser Class | ID3Sync.IO Namespace