An implementation of TagLib::File with IT specific methods. More...
#include <itfile.h>
An implementation of TagLib::File with IT specific methods.
This implements and provides an interface for IT files to the TagLib::Tag and TagLib::AudioProperties interfaces by way of implementing the abstract TagLib::File API as well as providing some additional information specific to IT files.
TagLib::IT::File::File | ( | FileName | file, |
bool | readProperties = true , |
||
AudioProperties::ReadStyle | propertiesStyle = AudioProperties::Average |
||
) |
Constructs an Impulse Tracker file from file.
TagLib::IT::File::File | ( | IOStream * | stream, |
bool | readProperties = true , |
||
AudioProperties::ReadStyle | propertiesStyle = AudioProperties::Average |
||
) |
|
overridevirtual |
Destroys this instance of the File.
Reimplemented from TagLib::File.
|
overridevirtual |
Returns the IT::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
|
overridevirtual |
Save the file. This is the same as calling save(AllTags);
Implements TagLib::File.
|
overridevirtual |
Returns a pointer to this file's tag. This should be reimplemented in the concrete subclasses.
Implements TagLib::File.