#include <modproperties.h>
List of all members.
Constructor & Destructor Documentation
virtual TagLib::Mod::Properties::~Properties |
( |
| ) |
[virtual] |
Member Function Documentation
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] |
unsigned int TagLib::Mod::Properties::instrumentCount |
( |
| ) |
const |
int TagLib::Mod::Properties::length |
( |
| ) |
const [virtual] |
int TagLib::Mod::Properties::lengthInMilliseconds |
( |
| ) |
const |
unsigned char TagLib::Mod::Properties::lengthInPatterns |
( |
| ) |
const |
int TagLib::Mod::Properties::lengthInSeconds |
( |
| ) |
const |
int TagLib::Mod::Properties::sampleRate |
( |
| ) |
const [virtual] |
void TagLib::Mod::Properties::setChannels |
( |
int |
channels | ) |
|
void TagLib::Mod::Properties::setInstrumentCount |
( |
unsigned int |
sampleCount | ) |
|
void TagLib::Mod::Properties::setLengthInPatterns |
( |
unsigned char |
lengthInPatterns | ) |
|
Friends And Related Function Documentation
friend class File [friend] |
The documentation for this class was generated from the following file: