TagLib 1.11 (TagLib: TagLib::Mod::File Class Reference)

TagLib::Mod::File Class Reference

#include <modfile.h>

Inheritance diagram for TagLib::Mod::File:
Collaboration diagram for TagLib::Mod::File:

List of all members.

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::Tagtag () const
PropertyMap properties () const
PropertyMap setProperties (const PropertyMap &)
Mod::PropertiesaudioProperties () const
bool save ()

Constructor & Destructor Documentation

TagLib::Mod::File::File ( FileName  file,
bool  readProperties = true,
AudioProperties::ReadStyle  propertiesStyle = AudioProperties::Average 
)

Constructs a Protracker file from file.

Note:
In the current implementation, both readProperties and propertiesStyle are ignored. The audio properties are always read.
TagLib::Mod::File::File ( IOStream stream,
bool  readProperties = true,
AudioProperties::ReadStyle  propertiesStyle = AudioProperties::Average 
)

Constructs a Protracker 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::Mod::File::~File ( ) [virtual]

Destroys this instance of the File.

Reimplemented from TagLib::File.


Member Function Documentation

Mod::Properties* TagLib::Mod::File::audioProperties ( ) const [virtual]

Returns the Mod::Properties for this file. If no audio properties were read then this will return a null pointer.

Implements TagLib::File.

PropertyMap TagLib::Mod::File::properties ( ) const

Implements the unified property interface -- export function. Forwards to Mod::Tag::properties().

Reimplemented from TagLib::File.

bool TagLib::Mod::File::save ( ) [virtual]

Save the file. This is the same as calling save(AllTags);

Note:
Saving Protracker tags is not supported.

Implements TagLib::File.

PropertyMap TagLib::Mod::File::setProperties ( const PropertyMap )

Implements the unified property interface -- import function. Forwards to Mod::Tag::setProperties().

Reimplemented from TagLib::File.

Mod::Tag* TagLib::Mod::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: