|
|
#include <oggflacfile.h>
Inheritance diagram for TagLib::Ogg::FLAC::File:

Public Member Functions | |
| File (const char *file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average) | |
| virtual | ~File () |
| virtual XiphComment * | tag () const |
| virtual Properties * | audioProperties () const |
| virtual bool | save () |
| long | streamLength () |
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.
|
||||||||||||||||
|
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. |
|
|
Destroys this instance of the File. Reimplemented from TagLib::Ogg::File. |
|
|
Returns the FLAC::Properties for this file. If no audio properties were read then this will return a null pointer. Implements TagLib::File. |
|
|
Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful. Reimplemented from TagLib::Ogg::File. |
|
|
Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate. |
|
|
Returns the Tag for this file. This will always be a XiphComment. Implements TagLib::File. |