BASS_ChannelSetAttribute
Sets the value of a channel's attribute.
BASS_ChannelSetAttribute handle, attrib, value
handle
DWORD
The channel handle... a HCHANNEL or HSTREAM.
attrib
DWORD
The attribute to set the value of... one of the following.
BASS_ATTRIB_PAN Panning/balance position. The pan position... -1 (full left) to +1 (full right), 0 = centre.
BASS_ATTRIB_VOL Volume level. The volume level... 0 (silent) to 1 (full).
value
Float
The new attribute value. See the attribute's documentation for details on the possible values.
This command does not return a value.
List of commans
Main page