An implementation of audio property reading for XM. More...
#include <xmproperties.h>
Public Types | |
enum | { LinearFreqTable = 1 } |
Public Types inherited from TagLib::AudioProperties | |
enum | ReadStyle { Fast , Average , Accurate } |
Public Member Functions | |
Properties (AudioProperties::ReadStyle propertiesStyle) | |
~Properties () override | |
Properties (const Properties &)=delete | |
Properties & | operator= (const Properties &)=delete |
int | channels () const override |
unsigned short | lengthInPatterns () const |
unsigned short | version () const |
unsigned short | restartPosition () const |
unsigned short | patternCount () const |
unsigned short | instrumentCount () const |
unsigned int | sampleCount () const |
unsigned short | flags () const |
unsigned short | tempo () const |
unsigned short | bpmSpeed () const |
void | setChannels (int channels) |
void | setLengthInPatterns (unsigned short lengthInPatterns) |
void | setVersion (unsigned short version) |
void | setRestartPosition (unsigned short restartPosition) |
void | setPatternCount (unsigned short patternCount) |
void | setInstrumentCount (unsigned short instrumentCount) |
void | setSampleCount (unsigned int sampleCount) |
void | setFlags (unsigned short flags) |
void | setTempo (unsigned short tempo) |
void | setBpmSpeed (unsigned short bpmSpeed) |
Public Member Functions inherited from TagLib::AudioProperties | |
virtual | ~AudioProperties () |
AudioProperties (const AudioProperties &)=delete | |
AudioProperties & | operator= (const AudioProperties &)=delete |
virtual TAGLIB_DEPRECATED int | length () const |
virtual int | lengthInSeconds () const |
virtual int | lengthInMilliseconds () const |
virtual int | bitrate () const |
virtual int | sampleRate () const |
virtual int | channels () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from TagLib::AudioProperties | |
AudioProperties (ReadStyle style) | |
An implementation of audio property reading for XM.
TagLib::XM::Properties::Properties | ( | AudioProperties::ReadStyle | propertiesStyle | ) |
|
override |
|
delete |
unsigned short TagLib::XM::Properties::bpmSpeed | ( | ) | const |
|
overridevirtual |
Returns the number of audio channels.
Implements TagLib::AudioProperties.
unsigned short TagLib::XM::Properties::flags | ( | ) | const |
unsigned short TagLib::XM::Properties::instrumentCount | ( | ) | const |
unsigned short TagLib::XM::Properties::lengthInPatterns | ( | ) | const |
|
delete |
unsigned short TagLib::XM::Properties::patternCount | ( | ) | const |
unsigned short TagLib::XM::Properties::restartPosition | ( | ) | const |
unsigned int TagLib::XM::Properties::sampleCount | ( | ) | const |
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 |