DB_id3v2_frame_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @trusted @nogc nothrow
struct DB_id3v2_frame_s {}

Members

Variables

data
ubyte[0] data;
Undocumented in source.
flags
ubyte[2] flags;
Undocumented in source.
id
char[5] id;
Undocumented in source.
next
DB_id3v2_frame_s* next;
Undocumented in source.
size
uint size;
Undocumented in source.

Meta