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

mp3_id::frames Class Reference

#include <mp3_ids.h>

Inheritance diagram for mp3_id::frames:

Inheritance graph
Collaboration diagram for mp3_id::frames:

Collaboration graph
List of all members.

Detailed Description

Frames ID class.


Public Member Functions

 frames (id *pID)
 Frames ID constructor.

string ParseID (void) const
 Frames ID parse.

void SetFrames (int Frames)
 Set frames.

int GetFrames (void) const
 Get frames.


Private Attributes

int m_Frames
 MP3 number of frames.


Constructor & Destructor Documentation

mp3_id::frames::frames id pID  ) 
 

Frames ID constructor.

Parameters:
pID: Identifier to set as parent.


Member Function Documentation

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

Frames ID parse.

Returns:
String with the ID value.

Implements id.

Here is the call graph for this function:

void mp3_id::frames::SetFrames int  Frames  ) 
 

Set frames.

Parameters:
Frames: Frames to set as new m_Frames

int mp3_id::frames::GetFrames void   )  const
 

Get frames.

Returns:
Number of frames of the mp3.


Member Data Documentation

int mp3_id::frames::m_Frames [private]
 

MP3 number of frames.


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