![]() |
|
#include <itfile.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 &) |
IT::Properties * | audioProperties () const |
bool | save () |
TagLib::IT::File::File | ( | FileName | file, | |
bool | readProperties = true , |
|||
AudioProperties::ReadStyle | propertiesStyle = AudioProperties::Average | |||
) |
Constructs a Impulse Tracker file from file.
TagLib::IT::File::File | ( | IOStream * | stream, | |
bool | readProperties = true , |
|||
AudioProperties::ReadStyle | propertiesStyle = AudioProperties::Average | |||
) |
virtual TagLib::IT::File::~File | ( | ) | [virtual] |
Destroys this instance of the File.
Reimplemented from TagLib::File.
Mod::Tag* TagLib::IT::File::tag | ( | ) | const [virtual] |
Returns a pointer to this file's tag. This should be reimplemented in the concrete subclasses.
Implements TagLib::File.
PropertyMap TagLib::IT::File::properties | ( | ) | const |
Forwards to Mod::Tag::properties(). BIC: will be removed once File::toDict() is made virtual
Reimplemented from TagLib::File.
PropertyMap TagLib::IT::File::setProperties | ( | const PropertyMap & | ) |
Forwards to Mod::Tag::setProperties(). BIC: will be removed once File::setProperties() is made virtual
Reimplemented from TagLib::File.
IT::Properties* TagLib::IT::File::audioProperties | ( | ) | const [virtual] |
Returns the IT::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
bool TagLib::IT::File::save | ( | ) | [virtual] |
Save the file. This is the same as calling save(AllTags);
Implements TagLib::File.