ID3-Sync Scripting API

WMA Constructor 

Creates a WMA 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 WMA(
   string filename
);

Parameters

filename
Path to the file which should be read.

See Also

WMA Class | ID3Sync.IO Namespace