#include <modproperties.h>
◆ Properties()
◆ ~Properties()
virtual TagLib::Mod::Properties::~Properties |
( |
| ) |
|
|
virtual |
◆ bitrate()
int TagLib::Mod::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.
◆ channels()
int TagLib::Mod::Properties::channels |
( |
| ) |
const |
|
virtual |
◆ instrumentCount()
unsigned int TagLib::Mod::Properties::instrumentCount |
( |
| ) |
const |
◆ length()
int TagLib::Mod::Properties::length |
( |
| ) |
const |
|
virtual |
◆ lengthInMilliseconds()
int TagLib::Mod::Properties::lengthInMilliseconds |
( |
| ) |
const |
◆ lengthInPatterns()
unsigned char TagLib::Mod::Properties::lengthInPatterns |
( |
| ) |
const |
◆ lengthInSeconds()
int TagLib::Mod::Properties::lengthInSeconds |
( |
| ) |
const |
◆ sampleRate()
int TagLib::Mod::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
◆ setChannels()
void TagLib::Mod::Properties::setChannels |
( |
int |
channels | ) |
|
◆ setInstrumentCount()
void TagLib::Mod::Properties::setInstrumentCount |
( |
unsigned int |
sampleCount | ) |
|
◆ setLengthInPatterns()
void TagLib::Mod::Properties::setLengthInPatterns |
( |
unsigned char |
lengthInPatterns | ) |
|
◆ File
The documentation for this class was generated from the following file: