BASS_ChannelSetAttribute
Sets the value of a channel's attribute.
BASS_ChannelSetAttribute handle, attrib, value, time
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.
time
DWORD
The length of time (in milliseconds) that it should take for the attribute to reach the value.
This command does not return a value.
List of commans
Main page