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

id3v2 Class Reference

#include <id3.h>

Inheritance diagram for id3v2:

Inheritance graph
Collaboration diagram for id3v2:

Collaboration graph
List of all members.

Detailed Description

ID3v2 class.


Public Member Functions

 id3v2 (const string &FileName)
 ID3v2 Constructor.

size_t GetSize (void) const
 Get the ID3v2 size.


Private Attributes

size_t m_Size
 ID3v2 size.


Constructor & Destructor Documentation

id3v2::id3v2 const string &  FileName  ) 
 

ID3v2 Constructor.

Parameters:
FileName: File to be linked.


Member Function Documentation

size_t id3v2::GetSize void   )  const
 

Get the ID3v2 size.

Returns:
Size of the ID3v2.


Member Data Documentation

size_t id3v2::m_Size [private]
 

ID3v2 size.


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