#include <itproperties.h>
List of all members.
Member Enumeration Documentation
Flag bits.
- Enumerator:
Stereo |
|
Vol0MixOptimizations |
|
UseInstruments |
|
LinearSlides |
|
OldEffects |
|
LinkEffects |
|
UseMidiPitchController |
|
RequestEmbeddedMidiConf |
|
Special bits.
- Enumerator:
MessageAttached |
|
MidiConfEmbedded |
|
Constructor & Destructor Documentation
virtual TagLib::IT::Properties::~Properties |
( |
| ) |
[virtual] |
Member Function Documentation
int TagLib::IT::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.
unsigned char TagLib::IT::Properties::bpmSpeed |
( |
| ) |
const |
int TagLib::IT::Properties::channels |
( |
| ) |
const [virtual] |
unsigned short TagLib::IT::Properties::compatibleVersion |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::flags |
( |
| ) |
const |
unsigned char TagLib::IT::Properties::globalVolume |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::instrumentCount |
( |
| ) |
const |
int TagLib::IT::Properties::length |
( |
| ) |
const [virtual] |
int TagLib::IT::Properties::lengthInMilliseconds |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::lengthInPatterns |
( |
| ) |
const |
int TagLib::IT::Properties::lengthInSeconds |
( |
| ) |
const |
unsigned char TagLib::IT::Properties::mixVolume |
( |
| ) |
const |
unsigned char TagLib::IT::Properties::panningSeparation |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::patternCount |
( |
| ) |
const |
unsigned char TagLib::IT::Properties::pitchWheelDepth |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::sampleCount |
( |
| ) |
const |
int TagLib::IT::Properties::sampleRate |
( |
| ) |
const [virtual] |
void TagLib::IT::Properties::setBpmSpeed |
( |
unsigned char |
bpmSpeed | ) |
|
void TagLib::IT::Properties::setChannels |
( |
int |
channels | ) |
|
void TagLib::IT::Properties::setCompatibleVersion |
( |
unsigned short |
compatibleVersion | ) |
|
void TagLib::IT::Properties::setFlags |
( |
unsigned short |
flags | ) |
|
void TagLib::IT::Properties::setGlobalVolume |
( |
unsigned char |
globalVolume | ) |
|
void TagLib::IT::Properties::setInstrumentCount |
( |
unsigned short |
instrumentCount | ) |
|
void TagLib::IT::Properties::setLengthInPatterns |
( |
unsigned short |
lengthInPatterns | ) |
|
void TagLib::IT::Properties::setMixVolume |
( |
unsigned char |
mixVolume | ) |
|
void TagLib::IT::Properties::setPanningSeparation |
( |
unsigned char |
panningSeparation | ) |
|
void TagLib::IT::Properties::setPatternCount |
( |
unsigned short |
patternCount | ) |
|
void TagLib::IT::Properties::setPitchWheelDepth |
( |
unsigned char |
pitchWheelDepth | ) |
|
void TagLib::IT::Properties::setSampleCount |
( |
unsigned short |
sampleCount | ) |
|
void TagLib::IT::Properties::setSpecial |
( |
unsigned short |
special | ) |
|
void TagLib::IT::Properties::setTempo |
( |
unsigned char |
tempo | ) |
|
void TagLib::IT::Properties::setVersion |
( |
unsigned short |
version | ) |
|
unsigned short TagLib::IT::Properties::special |
( |
| ) |
const |
bool TagLib::IT::Properties::stereo |
( |
| ) |
const |
unsigned char TagLib::IT::Properties::tempo |
( |
| ) |
const |
unsigned short TagLib::IT::Properties::version |
( |
| ) |
const |
Friends And Related Function Documentation
friend class File [friend] |
The documentation for this class was generated from the following file: