DCL 4.0
Loading...
Searching...
No Matches
ID3v1 Class Reference

#include <ID3v1.h>

Inheritance diagram for ID3v1:
Object

Protected Attributes

char __version
String __TAG
String __title
String __artist
String __album
String __year
String __comment
char __track
char __genre

Additional Inherited Members

Public Member Functions inherited from Object
virtual void destroy ()
String className () const
bool isInstanceOf (const std::type_info &typeinfo) const
virtual const std::type_info & typeInfo () const
Protected Member Functions inherited from Object
virtual ~Object ()
 Object ()

Detailed Description

Definition at line 12 of file ID3v1.h.

Member Data Documentation

◆ __album

String ID3v1::__album
protected

Definition at line 81 of file ID3v1.h.

◆ __artist

String ID3v1::__artist
protected

Definition at line 80 of file ID3v1.h.

◆ __comment

String ID3v1::__comment
protected

Definition at line 83 of file ID3v1.h.

◆ __genre

char ID3v1::__genre
protected

Definition at line 86 of file ID3v1.h.

◆ __TAG

String ID3v1::__TAG
protected

Definition at line 78 of file ID3v1.h.

◆ __title

String ID3v1::__title
protected

Definition at line 79 of file ID3v1.h.

◆ __track

char ID3v1::__track
protected

Definition at line 85 of file ID3v1.h.

◆ __version

char ID3v1::__version
protected

Definition at line 75 of file ID3v1.h.

◆ __year

String ID3v1::__year
protected

Definition at line 82 of file ID3v1.h.


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