|
|
An implementation of ASF audio properties. More...
#include <asfproperties.h>


Public Member Functions | |
| Properties () | |
| virtual | ~Properties () |
| virtual int | length () const |
| virtual int | bitrate () const |
| virtual int | sampleRate () const |
| virtual int | channels () const |
An implementation of ASF audio properties.
| TagLib::ASF::Properties::Properties | ( | ) |
Create an instance of ASF::Properties.
| virtual TagLib::ASF::Properties::~Properties | ( | ) | [virtual] |
Destroys this ASF::Properties instance.
| virtual int TagLib::ASF::Properties::bitrate | ( | ) | const [virtual] |
Returns the most appropriate bit rate for the file in kb/s. For constant bitrate formats this is simply the bitrate of the file. For variable bitrate formats this is either the average or nominal bitrate.
Implements TagLib::AudioProperties.
| virtual int TagLib::ASF::Properties::channels | ( | ) | const [virtual] |
Returns the number of audio channels.
Implements TagLib::AudioProperties.
| virtual int TagLib::ASF::Properties::length | ( | ) | const [virtual] |
Returns the length of the file in seconds.
Implements TagLib::AudioProperties.
| virtual int TagLib::ASF::Properties::sampleRate | ( | ) | const [virtual] |
Returns the sample rate in Hz.
Implements TagLib::AudioProperties.