TagLib 1.6.1 (TagLib: TagLib::MP4::File Class Reference)

TagLib::MP4::File Class Reference

#include <mp4file.h>

Inheritance diagram for TagLib::MP4::File:
Collaboration diagram for TagLib::MP4::File:

List of all members.

Public Member Functions

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


Detailed Description

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

Constructor & Destructor Documentation

TagLib::MP4::File::File ( FileName  file,
bool  readProperties = true,
Properties::ReadStyle  audioPropertiesStyle = Properties::Average 
)

Contructs a MP4 file from file. If readProperties is true the file's audio properties will also be read using propertiesStyle. If false, propertiesStyle is ignored.

Note:
In the current implementation, both readProperties and propertiesStyle are ignored.

virtual TagLib::MP4::File::~File (  )  [virtual]

Destroys this instance of the File.

Reimplemented from TagLib::File.


Member Function Documentation

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

Returns the MP4 audio properties for this file.

Implements TagLib::File.

bool TagLib::MP4::File::save (  )  [virtual]

Save the file.

This returns true if the save was successful.

Implements TagLib::File.

Tag* TagLib::MP4::File::tag (  )  const [virtual]

Returns a pointer to the MP4 tag of the file.

MP4::Tag implements the tag interface, so this serves as the reimplementation of TagLib::File::tag().

Note:
The Tag is still owned by the MP4::File and should not be deleted by the user. It will be deleted when the file (object) is destroyed.

Implements TagLib::File.


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