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

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