Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ID3_FrameHeader Class Reference

#include <header_frame.h>

Inheritance diagram for ID3_FrameHeader:

ID3_Header ID3_Speccable List of all members.

Public Types

enum  {
  TAGALTER = 1 << 15, FILEALTER = 1 << 14, READONLY = 1 << 13, COMPRESSION = 1 << 7,
  ENCRYPTION = 1 << 6, GROUPING = 1 << 5
}

Public Methods

 ID3_FrameHeader ()
virtual ~ID3_FrameHeader ()
size_t Size () const
size_t Parse (const uchar *, size_t)
size_t Render (uchar *) const
bool SetFrameID (ID3_FrameID id)
ID3_FrameID GetFrameID () const
const char* GetTextID () const
const ID3_FrameDefGetFrameDef () const
bool Clear ()
ID3_FrameHeader& operator= (const ID3_FrameHeader &)
bool SetCompression (bool b)
bool SetEncryption (bool b)
bool SetGrouping (bool b)
bool GetCompression () const
bool GetEncryption () const
bool GetGrouping () const
bool GetReadOnly () const

Protected Methods

bool SetFlags (uint16 f, bool b)
void SetUnknownFrame (const char *)

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
TAGALTER  
FILEALTER  
READONLY  
COMPRESSION  
ENCRYPTION  
GROUPING  


Constructor & Destructor Documentation

ID3_FrameHeader::ID3_FrameHeader ( ) [inline]
 

ID3_FrameHeader::~ID3_FrameHeader ( ) [inline, virtual]
 


Member Function Documentation

bool ID3_FrameHeader::Clear ( ) [virtual]
 

Reimplemented from ID3_Header.

bool ID3_FrameHeader::GetCompression ( ) const [inline]
 

bool ID3_FrameHeader::GetEncryption ( ) const [inline]
 

const ID3_FrameDef * ID3_FrameHeader::GetFrameDef ( ) const
 

ID3_FrameID ID3_FrameHeader::GetFrameID ( ) const
 

bool ID3_FrameHeader::GetGrouping ( ) const [inline]
 

bool ID3_FrameHeader::GetReadOnly ( ) const [inline]
 

const char * ID3_FrameHeader::GetTextID ( ) const
 

size_t ID3_FrameHeader::Parse ( const uchar * buffer,
size_t size ) [virtual]
 

Reimplemented from ID3_Header.

size_t ID3_FrameHeader::Render ( uchar * buffer ) const [virtual]
 

Reimplemented from ID3_Header.

bool ID3_FrameHeader::SetCompression ( bool b ) [inline]
 

bool ID3_FrameHeader::SetEncryption ( bool b ) [inline]
 

bool ID3_FrameHeader::SetFlags ( uint16 f,
bool b ) [inline, protected]
 

bool ID3_FrameHeader::SetFrameID ( ID3_FrameID id )
 

bool ID3_FrameHeader::SetGrouping ( bool b ) [inline]
 

void ID3_FrameHeader::SetUnknownFrame ( const char * id ) [protected]
 

size_t ID3_FrameHeader::Size ( ) const [virtual]
 

Reimplemented from ID3_Header.

ID3_FrameHeader & ID3_FrameHeader::operator= ( const ID3_FrameHeader & hdr )
 


The documentation for this class was generated from the following files:
Generated at Mon Mar 5 12:06:45 2001 for id3lib by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001