TagLib 1.8.0 (TagLib::XM::Properties Class Reference)

TagLib::XM::Properties Class Reference

#include <xmproperties.h>

Inheritance diagram for TagLib::XM::Properties:
Collaboration diagram for TagLib::XM::Properties:

List of all members.

Public Types

enum  { LinearFreqTable = 1 }

Public Member Functions

 Properties (AudioProperties::ReadStyle propertiesStyle)
virtual ~Properties ()
int length () const
int bitrate () const
int sampleRate () const
int channels () const
ushort lengthInPatterns () const
ushort version () const
ushort restartPosition () const
ushort patternCount () const
ushort instrumentCount () const
uint sampleCount () const
ushort flags () const
ushort tempo () const
ushort bpmSpeed () const
void setChannels (int channels)
void setLengthInPatterns (ushort lengthInPatterns)
void setVersion (ushort version)
void setRestartPosition (ushort restartPosition)
void setPatternCount (ushort patternCount)
void setInstrumentCount (ushort instrumentCount)
void setSampleCount (uint sampleCount)
void setFlags (ushort flags)
void setTempo (ushort tempo)
void setBpmSpeed (ushort bpmSpeed)

Friends

class File

Member Enumeration Documentation

anonymous enum

Flag bits.

Enumerator:
LinearFreqTable 

Constructor & Destructor Documentation

virtual TagLib::XM::Properties::~Properties ( ) [virtual]

Member Function Documentation

int TagLib::XM::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::XM::Properties::channels ( ) const [virtual]

Returns the number of audio channels.

Implements TagLib::AudioProperties.

int TagLib::XM::Properties::length ( ) const [virtual]

Returns the length of the file in seconds.

Implements TagLib::AudioProperties.

int TagLib::XM::Properties::sampleRate ( ) const [virtual]

Returns the sample rate in Hz.

Implements TagLib::AudioProperties.

void TagLib::XM::Properties::setChannels ( int  channels)

Friends And Related Function Documentation

friend class File [friend]

The documentation for this class was generated from the following file: