#include <xmfile.h>
List of all members.
Constructor & Destructor Documentation
Constructs an Extended Module file from file.
- Note:
- In the current implementation, both readProperties and propertiesStyle are ignored. The audio properties are always read.
Constructs an Extended Module file from stream.
- Note:
- In the current implementation, both readProperties and propertiesStyle are ignored. The audio properties are always read.
-
TagLib will not take ownership of the stream, the caller is responsible for deleting it after the File object.
virtual TagLib::XM::File::~File |
( |
| ) |
|
|
virtual |
Member Function Documentation
Returns the XM::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
bool TagLib::XM::File::save |
( |
| ) |
|
|
virtual |
Save the file. This is the same as calling save(AllTags);
- Note:
- Saving Extended Module tags is not supported.
Implements 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.
The documentation for this class was generated from the following file: