An implementation of audio property reading for TrueAudio.
More...
#include <trueaudioproperties.h>
Detailed Description
An implementation of audio property reading for TrueAudio.
This reads the data from an TrueAudio stream found in the AudioProperties API.
Constructor & Destructor Documentation
virtual TagLib::TrueAudio::Properties::~Properties |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual int TagLib::TrueAudio::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.
int TagLib::TrueAudio::Properties::bitsPerSample |
( |
| ) |
const |
Returns number of bits per sample.
virtual int TagLib::TrueAudio::Properties::channels |
( |
| ) |
const |
|
virtual |
virtual int TagLib::TrueAudio::Properties::length |
( |
| ) |
const |
|
virtual |
virtual int TagLib::TrueAudio::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
int TagLib::TrueAudio::Properties::ttaVersion |
( |
| ) |
const |
Returns the major version number.
The documentation for this class was generated from the following file: