FFmpegfs Fuse Multi Media Filesystem 2.16
|
ID3v1 tag structure More...
#include <array>
Go to the source code of this file.
Classes | |
struct | ID3v1 |
ID3 version 1 tag More... | |
Macros | |
#define | ID3V1_TAG_LENGTH sizeof(ID3v1) |
Fixed 128 bytes. More... | |
Functions | |
void | init_id3v1 (ID3v1 *id3v1) |
Initialise ID3v1 tag. More... | |
ID3v1 tag structure
Definition in file id3v1tag.h.
#define ID3V1_TAG_LENGTH sizeof(ID3v1) |
Fixed 128 bytes.
Definition at line 58 of file id3v1tag.h.
void init_id3v1 | ( | ID3v1 * | id3v1 | ) |
Initialise ID3v1 tag.
Definition at line 1478 of file ffmpeg_utils.cc.
Referenced by Cache_Entry::clear(), and FFmpeg_Transcoder::FFmpeg_Transcoder().