BASS_ATTRIB_USER attribute

User-defined info.

BASS_ChannelSetAttributeEx(
    DWORD handle,
    BASS_ATTRIB_USER,
    void *info,
    DWORD size
);

Parameters

handleThe channel handle.
infoThe info.
sizeThe size of the info... 1 (min) to 8 (max).

Remarks

This attribute can be used to associate any info with a channel. It can be set to a pointer for larger info.

See also

BASS_ChannelGetAttributeEx, BASS_ChannelSetAttributeEx