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_NOTAVAIL | The attribute is not available. |
BASS_ERROR_ILLTYPE | attrib is not valid. |