BASS_ChannelSetAttribute

Sets the value of a channel's attribute.

  Syntax
BASS_ChannelSetAttribute handle, attrib, value
  Parameters
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.

  Returns

This command does not return a value.

  See also

List of commans
Main page



Hosted by uCoz