![]() |
|
#include <xmfile.h>
Public Member Functions | |
File (FileName file, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average) | |
File (IOStream *stream, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average) | |
virtual | ~File () |
Mod::Tag * | tag () const |
PropertyMap | properties () const |
PropertyMap | setProperties (const PropertyMap &) |
XM::Properties * | audioProperties () const |
bool | save () |
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 |
||
) |
virtual TagLib::XM::File::~File | ( | ) | [virtual] |
Destroys this instance of the File.
Reimplemented from TagLib::File.
XM::Properties* TagLib::XM::File::audioProperties | ( | ) | const [virtual] |
Returns the XM::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
PropertyMap TagLib::XM::File::properties | ( | ) | const |
Implements the unified property interface -- export function. Forwards to Mod::Tag::properties().
Reimplemented from TagLib::File.
bool TagLib::XM::File::save | ( | ) | [virtual] |
Save the file. This is the same as calling save(AllTags);
Implements TagLib::File.
PropertyMap TagLib::XM::File::setProperties | ( | const PropertyMap & | ) |
Implements the unified property interface -- import function. Forwards to Mod::Tag::setProperties().
Reimplemented from TagLib::File.
Mod::Tag* TagLib::XM::File::tag | ( | ) | const [virtual] |
Returns a pointer to this file's tag. This should be reimplemented in the concrete subclasses.
Implements TagLib::File.