#include <mp3_ids.h>
Inheritance diagram for mp3_id::bitrate:


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. | |
|
|
Bit rate ID constructor.
|
Here is the call graph for this function:

|
|
Bit rate ID parse.
Implements id. |
Here is the call graph for this function:

|
|
Set bitrate.
|
|
|
Get bitrate.
|
|
|
MP3 bitrate.
|
|
|
|