Sylloge
A C# helper library
Classes | Packages
code/Audio/Metadata/ID3/Frame.cs File Reference

Go to the source code of this file.

Classes

class  Sylloge.Audio.Metadata.ID3.Frame
 The TagData class is used to facilitate the ease of grabbing a Tag and its data. More...
class  Sylloge.Audio.Metadata.ID3.Frame.Keys
 Defines a list of ID3 tag key's used to determine the specific tags within the ID3 metadata tags.
class  Sylloge.Audio.Metadata.ID3.Frame.StatusFlags
 Per the ID3 doc: The first byte is for 'status messages' and the second byte is a format description. If an unknown flag is set in the first byte the frame MUST NOT be changed without that bit cleared. If an unknown flag is set in the second byte the frame is likely to not be readable. Some flags in the second byte indicates that extra information is added to the header. These fields of extra information is ordered as the flags that indicates them. The flags field is defined as follows (l and o left out because ther resemblence to one and zero): More...
class  Sylloge.Audio.Metadata.ID3.Frame.FormatFlags
 Per the ID3 doc: The first byte is for 'status messages' and the second byte is a format description. If an unknown flag is set in the first byte the frame MUST NOT be changed without that bit cleared. If an unknown flag is set in the second byte the frame is likely to not be readable. Some flags in the second byte indicates that extra information is added to the header. These fields of extra information is ordered as the flags that indicates them. The flags field is defined as follows (l and o left out because ther resemblence to one and zero): More...

Packages

package  Sylloge.Audio.Metadata.ID3
 All Classes Namespaces Files Functions Variables Enumerations Properties Events