libcfe  0.12.1
some useful C-functions
id3tag Struct Reference

#include <mp3tech.h>

Data Fields

char title [31]
 
char artist [31]
 
char album [31]
 
char year [5]
 
char comment [31]
 
unsigned char track [1]
 
unsigned char genre [1]
 

Detailed Description

Definition at line 56 of file mp3tech.h.

Field Documentation

◆ album

char album[31]

Definition at line 59 of file mp3tech.h.

◆ artist

char artist[31]

Definition at line 58 of file mp3tech.h.

◆ comment

char comment[31]

Definition at line 61 of file mp3tech.h.

◆ genre

unsigned char genre[1]

Definition at line 63 of file mp3tech.h.

◆ title

char title[31]

Definition at line 57 of file mp3tech.h.

◆ track

unsigned char track[1]

Definition at line 62 of file mp3tech.h.

◆ year

char year[5]

Definition at line 60 of file mp3tech.h.


The documentation for this struct was generated from the following file: