Sets the value of a channel's attribute.
BOOL BASS_ChannelSetAttribute( DWORD handle, DWORD attrib, float value );
handle | The channel handle... a HCHANNEL, HMUSIC, HSTREAM, or HRECORD. | ||||||||||||||||||||||||||||||||||||||||
attrib | The attribute to set the value of... one of the following.
| ||||||||||||||||||||||||||||||||||||||||
value | The new attribute value. See the attribute's documentation for details on the possible values. |
BASS_ERROR_HANDLE | handle is not a valid channel. |
BASS_ERROR_ILLTYPE | attrib is not valid. |
BASS_ERROR_ILLPARAM | value is not valid. See the attribute's documentation for the valid range of values. |