HGE::Channel_IsPlaying

Tests if an audio channel is currently playing.

bool Channel_IsPlaying(
  HCHANNEL channel
);

Parameters

channel
Handle of an audio channel to be tested.

Return value

If the channel is currently playing, returns true. Otherwise returns false.

Requirements

Header: hge.h
Import library: hge.lib

See also

Channel_Pause, Channel_Resume, Channel_Stop