Creates a ID3v1 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 ID3v1(
string filename);
Parameters
-
filename
- Path to the file which should be read.
See Also
ID3v1 Class | ID3Sync.IO Namespace