ID3-Sync Scripting API

OGG Constructor 

Creates an OGG 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 OGG(
   string filename
);

Parameters

filename
Path to the file which should be read.

See Also

OGG Class | ID3Sync.IO Namespace