Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

mp3_id::bitrate Class Reference

#include <mp3_ids.h>

Inheritance diagram for mp3_id::bitrate:

Inheritance graph
Collaboration diagram for mp3_id::bitrate:

Collaboration graph
List of all members.

Detailed Description

Bit rate ID class.


Public Member Functions

 bitrate (id *pID)
 Bit rate ID constructor.

string ParseID (void) const
 Bit rate ID parse.

void SetBitrate (int Bitrate)
 Set bitrate.

int GetBitrate (void) const
 Get bitrate.


Private Attributes

int m_Bitrate
 MP3 bitrate.


Constructor & Destructor Documentation

mp3_id::bitrate::bitrate id pID  ) 
 

Bit rate ID constructor.

Parameters:
pID: Identifier to set as parent.

Here is the call graph for this function:


Member Function Documentation

string mp3_id::bitrate::ParseID void   )  const [virtual]
 

Bit rate ID parse.

Returns:
String with the default ID value.

Implements id.

Here is the call graph for this function:

void mp3_id::bitrate::SetBitrate int  Bitrate  ) 
 

Set bitrate.

Parameters:
Bitrate: Bit rate to set as new m_Bitrate

int mp3_id::bitrate::GetBitrate void   )  const
 

Get bitrate.

Returns:
Bit rate of the mp3 in bps.


Member Data Documentation

int mp3_id::bitrate::m_Bitrate [private]
 

MP3 bitrate.


The documentation for this class was generated from the following files:
doxygen sourceforge id3lib