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