![]() |
|
#include <mp4file.h>
Inheritance diagram for TagLib::MP4::File:
Public Member Functions | |
File (FileName file, bool readProperties=true, Properties::ReadStyle audioPropertiesStyle=Properties::Average) | |
virtual | ~File () |
Tag * | tag () const |
Properties * | audioProperties () const |
bool | save () |
|
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.
|
|
Destroys this instance of the File. Reimplemented from TagLib::File. |
|
Returns the MP4 audio properties for this file. Implements TagLib::File. |
|
Save the file. This returns true if the save was successful. Implements TagLib::File. |
|
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().
Implements TagLib::File. |