dsh_ChannelIsLooping

__stdcall dsh_ChannelIsLooping(
CHANNELID channel
);

Parameters

channel
Specifies the channel the function refers.


Return Values

Returns DSHRES_TRUE if the channel is currently playing and DSHRES_FALSE if not. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.

Remarks

If channel is looping, it is playing, too.

See also

dsh_ChannelIsPlaying