ID3-Sync Scripting API

ID3v2 Constructor 

Creates a ID3v2 object to access the meta data of the file specified in the filename parameter. Calls ReadTag.

[Visual Basic]
Public Sub New( _
   ByVal filename As String _
)
[C#]
public ID3v2(
   string filename
);

Parameters

filename
Path to the file which should be read.

See Also

ID3v2 Class | ID3Sync.IO Namespace