![]() |
|
#include <asffile.h>
Inheritance diagram for TagLib::ASF::File:
Public Member Functions | |
File (FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average) | |
virtual | ~File () |
virtual Tag * | tag () const |
virtual Properties * | audioProperties () const |
virtual bool | save () |
Friends | |
class | Attribute |
|
Contructs an ASF 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 ASF 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 ASF tag of the file. ASF::Tag implements the tag interface, so this serves as the reimplementation of TagLib::File::tag().
Implements TagLib::File. |
|
|