FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
ID3v1 Struct Reference

ID3 version 1 tag More...

#include <id3v1tag.h>

Public Attributes

std::array< char, 3 > m_tag
 Contains "TAG". More...
 
std::array< char, 30 > m_title
 Title of sound track. More...
 
std::array< char, 30 > m_artist
 Artist name. More...
 
std::array< char, 30 > m_album
 Album name. More...
 
std::array< char, 4 > m_year
 Year of publishing. More...
 
std::array< char, 28 > m_comment
 Any user comments. More...
 
char m_padding
 Padding byte, must be '\0'. More...
 
char m_title_no
 Title number. More...
 
char m_genre
 Type of music. More...
 

Detailed Description

ID3 version 1 tag

Definition at line 41 of file id3v1tag.h.

Member Data Documentation

◆ m_album

std::array<char, 30> ID3v1::m_album

Album name.

Definition at line 46 of file id3v1tag.h.

◆ m_artist

std::array<char, 30> ID3v1::m_artist

Artist name.

Definition at line 45 of file id3v1tag.h.

◆ m_comment

std::array<char, 28> ID3v1::m_comment

Any user comments.

Definition at line 48 of file id3v1tag.h.

◆ m_genre

char ID3v1::m_genre

Type of music.

Definition at line 51 of file id3v1tag.h.

◆ m_padding

char ID3v1::m_padding

Padding byte, must be '\0'.

Definition at line 49 of file id3v1tag.h.

◆ m_tag

std::array<char, 3> ID3v1::m_tag

Contains "TAG".

Definition at line 43 of file id3v1tag.h.

◆ m_title

std::array<char, 30> ID3v1::m_title

Title of sound track.

Definition at line 44 of file id3v1tag.h.

◆ m_title_no

char ID3v1::m_title_no

Title number.

Definition at line 50 of file id3v1tag.h.

◆ m_year

std::array<char, 4> ID3v1::m_year

Year of publishing.

Definition at line 47 of file id3v1tag.h.


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