TagLib 1.6.1 (TagLib: TagLib::RIFF::WAV::File Class Reference)

TagLib::RIFF::WAV::File Class Reference

An implementation of TagLib::File with WAV specific methods. More...

#include <wavfile.h>

Inheritance diagram for TagLib::RIFF::WAV::File:
Collaboration diagram for TagLib::RIFF::WAV::File:

List of all members.

Public Member Functions

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


Detailed Description

An implementation of TagLib::File with WAV specific methods.

This implements and provides an interface for WAV 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 WAV files.


Constructor & Destructor Documentation

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

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

Destroys this instance of the File.

Reimplemented from TagLib::RIFF::File.


Member Function Documentation

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

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

Implements TagLib::File.

virtual bool TagLib::RIFF::WAV::File::save (  )  [virtual]

Saves the file.

Implements TagLib::File.

virtual ID3v2::Tag* TagLib::RIFF::WAV::File::tag (  )  const [virtual]

Returns the Tag for this file.

Implements TagLib::File.


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