An implementation of audio property reading for TrueAudio.
More...
#include <trueaudioproperties.h>
An implementation of audio property reading for TrueAudio.
This reads the data from an TrueAudio stream found in the AudioProperties API.
§ Properties()
§ ~Properties()
virtual TagLib::TrueAudio::Properties::~Properties |
( |
| ) |
|
|
virtual |
§ bitrate()
virtual int TagLib::TrueAudio::Properties::bitrate |
( |
| ) |
const |
|
virtual |
§ bitsPerSample()
int TagLib::TrueAudio::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
§ channels()
virtual int TagLib::TrueAudio::Properties::channels |
( |
| ) |
const |
|
virtual |
§ length()
virtual int TagLib::TrueAudio::Properties::length |
( |
| ) |
const |
|
virtual |
§ lengthInMilliseconds()
int TagLib::TrueAudio::Properties::lengthInMilliseconds |
( |
| ) |
const |
§ lengthInSeconds()
int TagLib::TrueAudio::Properties::lengthInSeconds |
( |
| ) |
const |
Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
- See also
- lengthInMilliseconds()
§ sampleFrames()
unsigned int TagLib::TrueAudio::Properties::sampleFrames |
( |
| ) |
const |
Returns the total number of sample frames
§ sampleRate()
virtual int TagLib::TrueAudio::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
§ ttaVersion()
int TagLib::TrueAudio::Properties::ttaVersion |
( |
| ) |
const |
Returns the major version number.
The documentation for this class was generated from the following file: