Create a TagFile from a filename. The file type will be guessed by TagLib.
Create a TagFile from a filename. Rather than trying to guess the type it will use the one specified.
Create a TagFile object from data in memory.
A destructor is present on this object, but not explicitly documented in the source.
Append complex property values.
Append a value to a property or clear it.
Get a complex property value.
A convenience method to get all complex properties and their values.
Get values for a property.
Get property keys for a TagFile.
A convenience method to get all properties and their values.
Is file open, readable, and valid information for the Tag/AudioProperties was found.
Saves the file to disk.
Set complex properties.
Set a property or clear it.
Get album tag.
Set album tag.
Get artist tag.
Set artist tag.
Get audio properties structure for a file.
Get the bitrate of the file in kb/s.
Get the number of channels of the file.
Get comment tag.
Set comment tag.
Get genre tag.
Set genre tag.
Get complex property keys for a TagFile.
Get the length of the file in seconds.
Get the sample rate of the file in Hz.
Get the Tag associated with a File object.
Get title tag.
Set title tag.
Get track tag.
Set track tag.
Get year tag.
Set year tag.
TagFile class