DCL 4.0
Loading...
Searching...
No Matches
ID3v2.h File Reference
#include <dcl/Object.h>
#include <dcl/Array.h>

Go to the source code of this file.

Classes

class  ID3v2
class  ID3v2Frame

Macros

#define __DCL_ID3V2_H__   20250118
#define Unsynchronisation(flags)
#define Extended_header(flags)
#define Experimental_indicator(flags)
#define Footer_present(flags)

Macro Definition Documentation

◆ __DCL_ID3V2_H__

#define __DCL_ID3V2_H__   20250118

Definition at line 2 of file ID3v2.h.

◆ Experimental_indicator

#define Experimental_indicator ( flags)
Value:
flags & 0x0020

Definition at line 92 of file ID3v2.h.

◆ Extended_header

#define Extended_header ( flags)
Value:
flags & 0x0040

Definition at line 91 of file ID3v2.h.

◆ Footer_present

#define Footer_present ( flags)
Value:
flags & 0x0010

Definition at line 93 of file ID3v2.h.

◆ Unsynchronisation

#define Unsynchronisation ( flags)
Value:
flags & 0x0080

Definition at line 90 of file ID3v2.h.