TagLib::Ogg::FLAC::File Class Reference
An implementation of
TagLib::File with Ogg/FLAC specific methods.
More...
#include <oggflacfile.h>
Inheritance diagram for TagLib::Ogg::FLAC::File:
[legend]Collaboration diagram for TagLib::Ogg::FLAC::File:
[legend]List of all members.
Detailed Description
An implementation of
TagLib::File with Ogg/FLAC specific methods.
This implements and provides an interface for Ogg/FLAC 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 Ogg FLAC files.
Constructor & Destructor Documentation
TagLib::Ogg::FLAC::File::File |
( |
FileName |
file, |
|
|
bool |
readProperties = true, |
|
|
Properties::ReadStyle |
propertiesStyle = Properties::Average |
|
) |
|
|
|
Contructs an Ogg/FLAC 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::Ogg::FLAC::File::~File |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual Properties* TagLib::Ogg::FLAC::File::audioProperties |
( |
|
) |
const [virtual] |
|
virtual bool TagLib::Ogg::FLAC::File::save |
( |
|
) |
[virtual] |
|
|
Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful.
Reimplemented from TagLib::Ogg::File. |
long TagLib::Ogg::FLAC::File::streamLength |
( |
|
) |
|
|
|
Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate. |
virtual XiphComment* TagLib::Ogg::FLAC::File::tag |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following file: