Reads and writes ID3v2 metadata for multiple audio formats.
ID3v2 specifications: http://www.id3.org/id3v2.4.0-structure
Declaration Syntax
C# | Visual Basic |
public static class ID3v2Metadata
Public NotInheritable Class ID3v2Metadata
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
Read(String) |
Reads the ID3v2 metadata from an audio file.
Supports the following audio formats: APE.
| |
SynchSafe(Int32) |
Converts an integer to a synchsafe integer byte array.
| |
UnSynchSafe(array<Byte>[]()[][]) |
Converts a synchsafe integer byte array to a standard integer.
|
Inheritance Hierarchy
Object | |
ID3v2Metadata |