TAG_APE_BINARY structure

APEv2 binary tag structure.

typedef struct {
    char *key;
    void *data;
    DWORD length;
} TAG_APE_BINARY;

Members

keyThe name of the tag.
dataThe tag data.
lengthThe size of data in bytes.

See also

BASS_ChannelGetTags