Reads the Xing/Info header of a MP3 file to extract information.
Xing/Info header specifications: http://gabriel.mp3-tech.org/mp3infotag.html

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

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | CleanByteArrayForString(array<Byte>[]()[][]) |
Cleans a byte array and converts it into a string (UTF-8)
|
![]() ![]() | ReadXingInfoHeader(String, Int64) |
Reads the first frame of a MP3 file using the start position.
The start position can be retrieved using TagLib (see the TagLib.Mpeg.AudioFile.InvariantStartPosition property).
|

Object | |
![]() | XingInfoHeaderReader |