An implementation of audio properties for DSF.
More...
#include <dsfproperties.h>
An implementation of audio properties for DSF.
◆ Properties() [1/2]
◆ ~Properties()
TagLib::DSF::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::DSF::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::DSF::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
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.
Reimplemented from TagLib::AudioProperties.
◆ bitsPerSample()
int TagLib::DSF::Properties::bitsPerSample |
( |
| ) |
const |
◆ blockSizePerChannel()
int TagLib::DSF::Properties::blockSizePerChannel |
( |
| ) |
const |
◆ channels()
int TagLib::DSF::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ channelType()
int TagLib::DSF::Properties::channelType |
( |
| ) |
const |
Channel type values: 1 = mono, 2 = stereo, 3 = 3 channels, 4 = quad, 5 = 4 channels, 6 = 5 channels, 7 = 5.1 channels
◆ formatID()
int TagLib::DSF::Properties::formatID |
( |
| ) |
const |
◆ formatVersion()
int TagLib::DSF::Properties::formatVersion |
( |
| ) |
const |
◆ lengthInMilliseconds()
int TagLib::DSF::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleCount()
long long TagLib::DSF::Properties::sampleCount |
( |
| ) |
const |
◆ sampleRate()
int TagLib::DSF::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: