TAG_BINARY structure

Binary tag structure.

typedef struct {
    void *data;
    DWORD length;
} TAG_BINARY;

Members

dataThe tag data.
lengthThe size of data in bytes.

See also

BASS_ChannelGetTags