TagLib 1.6.1 (TagLib: TagLib::Ogg::Speex::File Class Reference)

TagLib::Ogg::Speex::File Class Reference

An implementation of Ogg::File with Speex specific methods. More...

#include <speexfile.h>

Inheritance diagram for TagLib::Ogg::Speex::File:
Collaboration diagram for TagLib::Ogg::Speex::File:

List of all members.

Public Member Functions

 File (FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
virtual ~File ()
virtual Ogg::XiphCommenttag () const
virtual PropertiesaudioProperties () const
virtual bool save ()


Detailed Description

An implementation of Ogg::File with Speex specific methods.

This is the central class in the Ogg Speex metadata processing collection of classes. It's built upon Ogg::File which handles processing of the Ogg logical bitstream and breaking it down into pages which are handled by the codec implementations, in this case Speex specifically.


Constructor & Destructor Documentation

TagLib::Ogg::Speex::File::File ( FileName  file,
bool  readProperties = true,
Properties::ReadStyle  propertiesStyle = Properties::Average 
)

Contructs a Speex 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::Speex::File::~File (  )  [virtual]

Destroys this instance of the File.

Reimplemented from TagLib::Ogg::File.


Member Function Documentation

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

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

Implements TagLib::File.

virtual bool TagLib::Ogg::Speex::File::save (  )  [virtual]

Save the file and its associated tags. This should be reimplemented in the concrete subclasses. Returns true if the save succeeds.

Warning:
On UNIX multiple processes are able to write to the same file at the same time. This can result in serious file corruption. If you are developing a program that makes use of TagLib from multiple processes you must insure that you are only doing writes to a particular file from one of them.

Reimplemented from TagLib::Ogg::File.

virtual Ogg::XiphComment* TagLib::Ogg::Speex::File::tag (  )  const [virtual]

Returns the XiphComment for this file. XiphComment implements the tag interface, so this serves as the reimplementation of TagLib::File::tag().

Implements TagLib::File.


The documentation for this class was generated from the following file: