BASS_ChannelIsActive

Retrieves the device that a channel is using.

  Syntax
Return DWORD = BASS_ChannelIsActive( handle )
  Parameters
handle
DWORD
The channel handle... a HCHANNEL, HMUSIC, HSTREAM or HRECORD handle.

  Returns

The return value is one of the following.
BASS_ACTIVE_STOPPED The channel is not active, or handle is not a valid channel.
BASS_ACTIVE_PLAYING The channel is playing (or recording).
BASS_ACTIVE_PAUSED The channel is paused.
BASS_ACTIVE_STALLED Playback of the stream has been stalled due to a lack of sample data. The playback will automatically resume once there is sufficient data to do so.

  See also

List of commans
Main page



Hosted by uCoz