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