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