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

except::no_frame_sync Class Reference

#include <mp3info.h>

Inheritance diagram for except::no_frame_sync:

Inheritance graph
Collaboration diagram for except::no_frame_sync:

Collaboration graph
List of all members.

Detailed Description

No frame sync.


Public Member Functions

 no_frame_sync (void) throw ()
 No frame sync constructor.

virtual ~no_frame_sync (void) throw ()
 No frame sync destructor.

virtual const char * what (void) const throw ()
 Get no frame sync.

void SetOffset (streamoff Offset) throw ()
 Set offset of the no frame sync object.


Private Attributes

string m_Offset
 Exception description.


Constructor & Destructor Documentation

except::no_frame_sync::no_frame_sync void   )  throw ()
 

No frame sync constructor.

except::no_frame_sync::~no_frame_sync void   )  throw () [virtual]
 

No frame sync destructor.


Member Function Documentation

const char * except::no_frame_sync::what void   )  const throw () [virtual]
 

Get no frame sync.

Returns:
Pointer to a c type string with the frame sync break.

Implements except::mp3info_except.

void except::no_frame_sync::SetOffset streamoff  Offset  )  throw ()
 

Set offset of the no frame sync object.

Parameters:
Offset: Offset of the unsynchronized frame.


Member Data Documentation

string except::no_frame_sync::m_Offset [private]
 

Exception description.


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