![]() |
|
#include <asffile.h>
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 |
TagLib::ASF::File::File | ( | FileName | file, | |
bool | readProperties = true , |
|||
Properties::ReadStyle | propertiesStyle = Properties::Average | |||
) |
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.
virtual TagLib::ASF::File::~File | ( | ) | [virtual] |
Destroys this instance of the File.
Reimplemented from TagLib::File.
virtual Properties* TagLib::ASF::File::audioProperties | ( | ) | const [virtual] |
Returns the ASF audio properties for this file.
Implements TagLib::File.
virtual bool TagLib::ASF::File::save | ( | ) | [virtual] |
virtual Tag* TagLib::ASF::File::tag | ( | ) | const [virtual] |
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.
friend class Attribute [friend] |