#include <xmproperties.h>
Flag bits.
Enumerator |
---|
LinearFreqTable |
|
virtual TagLib::XM::Properties::~Properties |
( |
| ) |
|
|
virtual |
int TagLib::XM::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.
unsigned short TagLib::XM::Properties::bpmSpeed |
( |
| ) |
const |
int TagLib::XM::Properties::channels |
( |
| ) |
const |
|
virtual |
unsigned short TagLib::XM::Properties::flags |
( |
| ) |
const |
unsigned short TagLib::XM::Properties::instrumentCount |
( |
| ) |
const |
int TagLib::XM::Properties::length |
( |
| ) |
const |
|
virtual |
int TagLib::XM::Properties::lengthInMilliseconds |
( |
| ) |
const |
unsigned short TagLib::XM::Properties::lengthInPatterns |
( |
| ) |
const |
int TagLib::XM::Properties::lengthInSeconds |
( |
| ) |
const |
unsigned short TagLib::XM::Properties::patternCount |
( |
| ) |
const |
unsigned short TagLib::XM::Properties::restartPosition |
( |
| ) |
const |
unsigned int TagLib::XM::Properties::sampleCount |
( |
| ) |
const |
int TagLib::XM::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
void TagLib::XM::Properties::setBpmSpeed |
( |
unsigned short |
bpmSpeed | ) |
|
void TagLib::XM::Properties::setChannels |
( |
int |
channels | ) |
|
void TagLib::XM::Properties::setFlags |
( |
unsigned short |
flags | ) |
|
void TagLib::XM::Properties::setInstrumentCount |
( |
unsigned short |
instrumentCount | ) |
|
void TagLib::XM::Properties::setLengthInPatterns |
( |
unsigned short |
lengthInPatterns | ) |
|
void TagLib::XM::Properties::setPatternCount |
( |
unsigned short |
patternCount | ) |
|
void TagLib::XM::Properties::setRestartPosition |
( |
unsigned short |
restartPosition | ) |
|
void TagLib::XM::Properties::setSampleCount |
( |
unsigned int |
sampleCount | ) |
|
void TagLib::XM::Properties::setTempo |
( |
unsigned short |
tempo | ) |
|
void TagLib::XM::Properties::setVersion |
( |
unsigned short |
version | ) |
|
unsigned short TagLib::XM::Properties::tempo |
( |
| ) |
const |
unsigned short TagLib::XM::Properties::version |
( |
| ) |
const |
The documentation for this class was generated from the following file: