Retrieves the value of a channel's attribute.
BOOL BASS_ChannelGetAttribute(
DWORD handle,
DWORD attrib,
float *value
);
| handle | The channel handle... a HCHANNEL, HMUSIC, HSTREAM, or HRECORD. | ||||||||||||||||||||||||||||||||||||||||||||||||
| attrib | The attribute to get the value of. One of the following.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| value | Pointer to a variable to receive the attribute value. |
| BASS_ERROR_HANDLE | handle is not a valid channel. |
| BASS_ERROR_ILLTYPE | The channel does not have the requested attribute. |