![]() |
|
#include <aifffile.h>
Public Member Functions | |
File (FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average) | |
virtual | ~File () |
virtual ID3v2::Tag * | tag () const |
virtual Properties * | audioProperties () const |
virtual bool | save () |
This implements and provides an interface for AIFF 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 AIFF files.
TagLib::RIFF::AIFF::File::File | ( | FileName | file, | |
bool | readProperties = true , |
|||
Properties::ReadStyle | propertiesStyle = Properties::Average | |||
) |
Contructs an AIFF file from file. If readProperties is true the file's audio properties will also be read using propertiesStyle. If false, propertiesStyle is ignored.
virtual TagLib::RIFF::AIFF::File::~File | ( | ) | [virtual] |
Destroys this instance of the File.
Reimplemented from TagLib::RIFF::File.
virtual Properties* TagLib::RIFF::AIFF::File::audioProperties | ( | ) | const [virtual] |
Returns the AIFF::Properties for this file. If no audio properties were read then this will return a null pointer.
Implements TagLib::File.
virtual bool TagLib::RIFF::AIFF::File::save | ( | ) | [virtual] |
Saves the file.
Implements TagLib::File.
virtual ID3v2::Tag* TagLib::RIFF::AIFF::File::tag | ( | ) | const [virtual] |
Returns the Tag for this file.
Implements TagLib::File.