#include <s3mproperties.h>
Flag bits.
Enumerator |
---|
ST2Vibrato |
|
ST2Tempo |
|
AmigaSlides |
|
Vol0MixOptimizations |
|
AmigaLimits |
|
EnableFilter |
|
CustomData |
|
virtual TagLib::S3M::Properties::~Properties |
( |
) | |
|
|
virtual |
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.
uchar TagLib::S3M::Properties::bpmSpeed |
( |
) | |
const |
int TagLib::S3M::Properties::channels |
( |
) | |
const |
|
virtual |
ushort TagLib::S3M::Properties::fileFormatVersion |
( |
) | |
const |
ushort TagLib::S3M::Properties::flags |
( |
) | |
const |
uchar TagLib::S3M::Properties::globalVolume |
( |
) | |
const |
int TagLib::S3M::Properties::length |
( |
) | |
const |
|
virtual |
ushort TagLib::S3M::Properties::lengthInPatterns |
( |
) | |
const |
uchar TagLib::S3M::Properties::masterVolume |
( |
) | |
const |
ushort TagLib::S3M::Properties::patternCount |
( |
) | |
const |
ushort TagLib::S3M::Properties::sampleCount |
( |
) | |
const |
int TagLib::S3M::Properties::sampleRate |
( |
) | |
const |
|
virtual |
void TagLib::S3M::Properties::setBpmSpeed |
( |
uchar |
bpmSpeed) | |
|
void TagLib::S3M::Properties::setChannels |
( |
int |
channels) | |
|
void TagLib::S3M::Properties::setFileFormatVersion |
( |
ushort |
fileFormatVersion) | |
|
void TagLib::S3M::Properties::setFlags |
( |
ushort |
flags) | |
|
void TagLib::S3M::Properties::setGlobalVolume |
( |
uchar |
globalVolume) | |
|
void TagLib::S3M::Properties::setLengthInPatterns |
( |
ushort |
lengthInPatterns) | |
|
void TagLib::S3M::Properties::setMasterVolume |
( |
uchar |
masterVolume) | |
|
void TagLib::S3M::Properties::setPatternCount |
( |
ushort |
patternCount) | |
|
void TagLib::S3M::Properties::setSampleCount |
( |
ushort |
sampleCount) | |
|
void TagLib::S3M::Properties::setStereo |
( |
bool |
stereo) | |
|
void TagLib::S3M::Properties::setTempo |
( |
uchar |
tempo) | |
|
void TagLib::S3M::Properties::setTrackerVersion |
( |
ushort |
trackerVersion) | |
|
bool TagLib::S3M::Properties::stereo |
( |
) | |
const |
uchar TagLib::S3M::Properties::tempo |
( |
) | |
const |
ushort TagLib::S3M::Properties::trackerVersion |
( |
) | |
const |
The documentation for this class was generated from the following file: