MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Read Method (filePath)
NamespacesMPfm.SoundID3v2MetadataRead(String)
Reads the ID3v2 metadata from an audio file. Supports the following audio formats: APE.
Declaration Syntax
C#Visual Basic
public static ID3v2Tag Read(
	string filePath
)
Public Shared Function Read ( _
	filePath As String _
) As ID3v2Tag
Parameters
filePath (String)
Audio file path
Return Value
ID3v2 data structure

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)