![]() |
|
An implementation of audio property reading for APE. More...
#include <apeproperties.h>
Public Member Functions | |
Properties (File *f, ReadStyle style=Average) | |
virtual | ~Properties () |
virtual int | length () const |
virtual int | bitrate () const |
virtual int | sampleRate () const |
virtual int | channels () const |
int | bitsPerSample () const |
int | version () const |
![]() | |
virtual | ~AudioProperties () |
Additional Inherited Members | |
![]() | |
enum | ReadStyle { Fast, Average, Accurate } |
![]() | |
AudioProperties (ReadStyle style) |
An implementation of audio property reading for APE.
This reads the data from an APE stream found in the AudioProperties API.
Create an instance of APE::Properties with the data read from the ByteVector data.
|
virtual |
Destroys this APE::Properties instance.
|
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.
int TagLib::APE::Properties::bitsPerSample | ( | ) | const |
Returns number of bits per sample.
|
virtual |
Returns the number of audio channels.
Implements TagLib::AudioProperties.
|
virtual |
Returns the length of the file in seconds.
Implements TagLib::AudioProperties.
|
virtual |
Returns the sample rate in Hz.
Implements TagLib::AudioProperties.
int TagLib::APE::Properties::version | ( | ) | const |
Returns APE version.