An implementation of TagLib::File with XM specific methods. More...
#include <xmfile.h>
An implementation of TagLib::File with XM specific methods.
This implements and provides an interface for XM 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 XM files.
TagLib::XM::File::File | ( | FileName | file, |
bool | readProperties = true , |
||
AudioProperties::ReadStyle | propertiesStyle = AudioProperties::Average |
||
) |
Constructs an Extended Module file from file.
TagLib::XM::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 XM::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
|
overridevirtual |
Implements the unified property interface – export function. Forwards to Mod::Tag::properties().
Reimplemented from TagLib::File.
|
overridevirtual |
Save the file. This is the same as calling save(AllTags);
Implements TagLib::File.
|
overridevirtual |
Implements the unified property interface – import function. Forwards to Mod::Tag::setProperties().
Reimplemented from TagLib::File.
|
overridevirtual |
Returns a pointer to this file's tag. This should be reimplemented in the concrete subclasses.
Implements TagLib::File.