![]() |
Sylloge
A C# helper library
|
Go to the source code of this file.
Classes | |
| class | Sylloge.Audio.Metadata.ID3.V2 |
| The ID3v2 class is used to get tag information from an ID3v2 tag. http://id3.org/id3v2.4.0-structure. More... | |
| class | Sylloge.Audio.Metadata.ID3.V2.BitFlags |
| Defines a class used to facilitate parsing and use of the ID3v2 header tag 'flags' byte field (does not pertain to the ID3v2 frames) More... | |
| class | Sylloge.Audio.Metadata.ID3.V2.ExtendedHeader |
| Per ID3 doc:The extended header contains information that can provide furtherinsight in the structure of the tag, but is not vital to the correctparsing of the tag information; hence the extended header is optional.Note that the Sylloge ID3v2 extended header is only parsed (i.e. theheader info itself is read), but the information is currently ignoredthroughout this classes implementation. See section 3.2 for more info More... | |
| class | Sylloge.Audio.Metadata.ID3.V2.TagFooter |
| To speed up the process of locating an ID3v2 tag when searching from the end of a file, a footer can be added to the tag. It is REQUIRED to add a footer to an appended tag, i.e. a tag located after all audio data. The footer is a copy of the header, but with a different identifier. ID3v2 identifier "3DI" ID3v2 version $04 00 ID3v2 flags abcd0000 ID3v2 size 4 * %0xxxxxxx More... | |
Packages | |
| package | Sylloge.Audio.Metadata.ID3 |
1.7.4