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

C# | Visual Basic |
public static class APEMetadata
Public NotInheritable Class APEMetadata

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | 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.
|

Object | |
![]() | APEMetadata |