Checks if an attribute (or any attribute) of a sample, stream, or MOD music is sliding.
| Syntax |
Return boolean = BASS_ChannelIsSliding( handle, attrib )
| Parameters |
DWORDattrib
The channel handle... a HCHANNEL or HSTREAM.
DWORD
The attribute to check for sliding.
| Returns |
If the attribute is sliding, then TRUE is returned, else FALSE is returned.
| See also |