|
TagLib
2.1.1
|
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 |
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 | ) |
Referenced by operator=(), and Properties().
|
override |
|
delete |
References Properties().
| unsigned short TagLib::XM::Properties::bpmSpeed | ( | ) | const |
Referenced by setBpmSpeed().
|
overridevirtual |
Returns the number of audio channels.
Implements TagLib::AudioProperties.
Referenced by setChannels().
| unsigned short TagLib::XM::Properties::flags | ( | ) | const |
Referenced by setFlags().
| unsigned short TagLib::XM::Properties::instrumentCount | ( | ) | const |
Referenced by setInstrumentCount().
| unsigned short TagLib::XM::Properties::lengthInPatterns | ( | ) | const |
Referenced by setLengthInPatterns().
|
delete |
References Properties().
| unsigned short TagLib::XM::Properties::patternCount | ( | ) | const |
Referenced by setPatternCount().
| unsigned short TagLib::XM::Properties::restartPosition | ( | ) | const |
Referenced by setRestartPosition().
| unsigned int TagLib::XM::Properties::sampleCount | ( | ) | const |
Referenced by setSampleCount().
| void TagLib::XM::Properties::setBpmSpeed | ( | unsigned short | bpmSpeed | ) |
References bpmSpeed(), and TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE.
| void TagLib::XM::Properties::setChannels | ( | int | channels | ) |
References channels().
| void TagLib::XM::Properties::setFlags | ( | unsigned short | flags | ) |
References flags().
| void TagLib::XM::Properties::setInstrumentCount | ( | unsigned short | instrumentCount | ) |
References instrumentCount().
| void TagLib::XM::Properties::setLengthInPatterns | ( | unsigned short | lengthInPatterns | ) |
References lengthInPatterns().
| void TagLib::XM::Properties::setPatternCount | ( | unsigned short | patternCount | ) |
References patternCount().
| void TagLib::XM::Properties::setRestartPosition | ( | unsigned short | restartPosition | ) |
References restartPosition().
| void TagLib::XM::Properties::setSampleCount | ( | unsigned int | sampleCount | ) |
References sampleCount().
| void TagLib::XM::Properties::setTempo | ( | unsigned short | tempo | ) |
References tempo().
| void TagLib::XM::Properties::setVersion | ( | unsigned short | version | ) |
References version().
| unsigned short TagLib::XM::Properties::tempo | ( | ) | const |
Referenced by setTempo().
| unsigned short TagLib::XM::Properties::version | ( | ) | const |
Referenced by setVersion().