An implementation of audio property reading for S3M.
More...
#include <s3mproperties.h>
An implementation of audio property reading for S3M.
◆ anonymous enum
Flag bits.
Enumerator |
---|
ST2Vibrato | |
ST2Tempo | |
AmigaSlides | |
Vol0MixOptimizations | |
AmigaLimits | |
EnableFilter | |
CustomData | |
◆ Properties() [1/2]
◆ ~Properties()
TagLib::S3M::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::S3M::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bpmSpeed()
unsigned char TagLib::S3M::Properties::bpmSpeed |
( |
| ) |
const |
◆ channels()
int TagLib::S3M::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ fileFormatVersion()
unsigned short TagLib::S3M::Properties::fileFormatVersion |
( |
| ) |
const |
◆ flags()
unsigned short TagLib::S3M::Properties::flags |
( |
| ) |
const |
◆ globalVolume()
unsigned char TagLib::S3M::Properties::globalVolume |
( |
| ) |
const |
◆ lengthInPatterns()
unsigned short TagLib::S3M::Properties::lengthInPatterns |
( |
| ) |
const |
◆ masterVolume()
unsigned char TagLib::S3M::Properties::masterVolume |
( |
| ) |
const |
◆ operator=()
◆ patternCount()
unsigned short TagLib::S3M::Properties::patternCount |
( |
| ) |
const |
◆ sampleCount()
unsigned short TagLib::S3M::Properties::sampleCount |
( |
| ) |
const |
◆ setBpmSpeed()
void TagLib::S3M::Properties::setBpmSpeed |
( |
unsigned char |
bpmSpeed | ) |
|
◆ setChannels()
void TagLib::S3M::Properties::setChannels |
( |
int |
channels | ) |
|
◆ setFileFormatVersion()
void TagLib::S3M::Properties::setFileFormatVersion |
( |
unsigned short |
fileFormatVersion | ) |
|
◆ setFlags()
void TagLib::S3M::Properties::setFlags |
( |
unsigned short |
flags | ) |
|
◆ setGlobalVolume()
void TagLib::S3M::Properties::setGlobalVolume |
( |
unsigned char |
globalVolume | ) |
|
◆ setLengthInPatterns()
void TagLib::S3M::Properties::setLengthInPatterns |
( |
unsigned short |
lengthInPatterns | ) |
|
◆ setMasterVolume()
void TagLib::S3M::Properties::setMasterVolume |
( |
unsigned char |
masterVolume | ) |
|
◆ setPatternCount()
void TagLib::S3M::Properties::setPatternCount |
( |
unsigned short |
patternCount | ) |
|
◆ setSampleCount()
void TagLib::S3M::Properties::setSampleCount |
( |
unsigned short |
sampleCount | ) |
|
◆ setStereo()
void TagLib::S3M::Properties::setStereo |
( |
bool |
stereo | ) |
|
◆ setTempo()
void TagLib::S3M::Properties::setTempo |
( |
unsigned char |
tempo | ) |
|
◆ setTrackerVersion()
void TagLib::S3M::Properties::setTrackerVersion |
( |
unsigned short |
trackerVersion | ) |
|
◆ stereo()
bool TagLib::S3M::Properties::stereo |
( |
| ) |
const |
◆ tempo()
unsigned char TagLib::S3M::Properties::tempo |
( |
| ) |
const |
◆ trackerVersion()
unsigned short TagLib::S3M::Properties::trackerVersion |
( |
| ) |
const |
The documentation for this class was generated from the following file: