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


Public Member Functions | |
| offset (id *pID) | |
| Offset ID constructor. | |
| string | ParseID (void) const |
| Offset ID parse. | |
| void | SetOffset (int Offset) |
| Set offset. | |
| int | GetOffset (void) const |
| Get offset. | |
Private Attributes | |
| int | m_Offset |
| MP3 offset of the first frame. | |
|
|
Offset ID constructor.
|
|
|
Offset ID parse.
Implements id. |
Here is the call graph for this function:

|
|
Set offset.
|
|
|
Get offset.
|
|
|
MP3 offset of the first frame.
|
|
|
|