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

TagLib::ASF::File Class Reference

#include <asffile.h>

Inheritance diagram for TagLib::ASF::File:
Collaboration diagram for TagLib::ASF::File:

List of all members.

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

Detailed Description

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


Constructor & Destructor Documentation

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.

Note:
In the current implementation, both readProperties and propertiesStyle are ignored.
virtual TagLib::ASF::File::~File (  )  [virtual]

Destroys this instance of the File.

Reimplemented from TagLib::File.


Member Function Documentation

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]

Save the file.

This returns true if the save was successful.

Implements TagLib::File.

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().

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

Implements TagLib::File.


Friends And Related Function Documentation

friend class Attribute [friend]

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