#include <s3mproperties.h>
◆ anonymous enum
Flag bits.
Enumerator |
---|
ST2Vibrato | |
ST2Tempo | |
AmigaSlides | |
Vol0MixOptimizations | |
AmigaLimits | |
EnableFilter | |
CustomData | |
◆ Properties()
◆ ~Properties()
virtual TagLib::S3M::Properties::~Properties |
( |
| ) |
|
|
virtual |
◆ bitrate()
int TagLib::S3M::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 char TagLib::S3M::Properties::bpmSpeed |
( |
| ) |
const |
◆ channels()
int TagLib::S3M::Properties::channels |
( |
| ) |
const |
|
virtual |
◆ fileFormatVersion()
unsigned short TagLib::S3M::Properties::fileFormatVersion |
( |
| ) |
const |
◆ flags()
unsigned short TagLib::S3M::Properties::flags |
( |
| ) |
const |
◆ globalVolume()
unsigned char TagLib::S3M::Properties::globalVolume |
( |
| ) |
const |
◆ length()
int TagLib::S3M::Properties::length |
( |
| ) |
const |
|
virtual |
◆ lengthInMilliseconds()
int TagLib::S3M::Properties::lengthInMilliseconds |
( |
| ) |
const |
◆ lengthInPatterns()
unsigned short TagLib::S3M::Properties::lengthInPatterns |
( |
| ) |
const |
◆ lengthInSeconds()
int TagLib::S3M::Properties::lengthInSeconds |
( |
| ) |
const |
◆ masterVolume()
unsigned char TagLib::S3M::Properties::masterVolume |
( |
| ) |
const |
◆ patternCount()
unsigned short TagLib::S3M::Properties::patternCount |
( |
| ) |
const |
◆ sampleCount()
unsigned short TagLib::S3M::Properties::sampleCount |
( |
| ) |
const |
◆ sampleRate()
int TagLib::S3M::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
◆ 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 |
◆ File
The documentation for this class was generated from the following file: