paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
taginfo Struct Reference

The tags used by all audio format handlers. More...

#include <afh.h>

Data Fields

char * artist
 TPE1 (id3v2) / ARTIST (vorbis) / ART (aac)/ author(spx) More...
 
char * title
 TIT2/TITLE/nam. More...
 
char * year
 TDRC/YEAR/day. More...
 
char * album
 TALB/ALBUM/alb. More...
 
char * comment
 COMM/COMMENT/cmt. More...
 

Detailed Description

The tags used by all audio format handlers.

Paraslash only uses the more common tags. These are recognized for all supported audio formats.

Field Documentation

◆ artist

char* artist

TPE1 (id3v2) / ARTIST (vorbis) / ART (aac)/ author(spx)

Referenced by afh_get_afhi_txt(), and clear_afhi().

◆ title

char* title

TIT2/TITLE/nam.

Referenced by afh_get_afhi_txt(), and clear_afhi().

◆ year

char* year

TDRC/YEAR/day.

Referenced by afh_get_afhi_txt(), and clear_afhi().

◆ album

char* album

TALB/ALBUM/alb.

Referenced by afh_get_afhi_txt(), and clear_afhi().

◆ comment

char* comment

COMM/COMMENT/cmt.

Referenced by afh_get_afhi_txt(), and clear_afhi().


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