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.
virtual TagLib::TrueAudio::Properties::~Properties |
( |
) | |
|
|
virtual |
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 |
uint TagLib::TrueAudio::Properties::sampleFrames |
( |
) | |
const |
Returns the total number of sample frames
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: