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

mp3_id::offset Class Reference

#include <mp3_ids.h>

Inheritance diagram for mp3_id::offset:

Inheritance graph
Collaboration diagram for mp3_id::offset:

Collaboration graph
List of all members.

Detailed Description

Offset ID class.


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.


Constructor & Destructor Documentation

mp3_id::offset::offset id pID  ) 
 

Offset ID constructor.

Parameters:
pID: Identifier to set as parent.


Member Function Documentation

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

Offset ID parse.

Returns:
String with the ID value.

Implements id.

Here is the call graph for this function:

void mp3_id::offset::SetOffset int  Offset  ) 
 

Set offset.

Parameters:
Offset: Offset to set as new m_Offset

int mp3_id::offset::GetOffset void   )  const
 

Get offset.

Returns:
Offset of the first mp3frame.


Member Data Documentation

int mp3_id::offset::m_Offset [private]
 

MP3 offset of the first frame.


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