MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
APEMetadata Class
NamespacesMPfm.SoundAPEMetadata
Reads and writes APEv1/APEv2 metadata for multiple audio formats. The only difference between APEv1 and APEv2 is that APEv2 has a header and APEv1 has no header. APEv2 specifications: http://wiki.hydrogenaudio.org/index.php?title=APEv2_specification
Declaration Syntax
C#Visual Basic
public static class APEMetadata
Public NotInheritable Class APEMetadata
Members
All MembersMethods



IconMemberDescription
Read(String)
Reads the APEv1/APEv2 metadata from an audio file. Supports the following audio formats: APE.

Write(String, Dictionary<(Of <<'(String, String>)>>))
Writes APEv2 metadata to an audio file. Supports the following audio formats: APE.

Inheritance Hierarchy
Object
APEMetadata

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