BASS.NET API for the Un4seen BASS Audio Library

BASSActive Enumeration

BASS.NET API for the Un4seen BASS Audio Library

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSActive
Members

  Member nameValueDescription
BASS_ACTIVE_STOPPED0 The channel is not active, or handle is not a valid channel.
BASS_ACTIVE_PLAYING1 The channel is playing (or recording).
BASS_ACTIVE_STALLED2 Playback of the stream has been stalled due to there not being enough sample data to continue playing. The playback will automatically resume once there's sufficient data to do so.
BASS_ACTIVE_PAUSED3 The channel is paused.
BASS_ACTIVE_PAUSED_DEVICE4 The channel's device is paused.
BASS_ACTIVE_WAITING5 BassMix: The channel is waiting to start because it was delayed by BASS_Mixer_StreamAddChannelEx(Int32, Int32, BASSFlag, Int64, Int64).
BASS_ACTIVE_QUEUED6 BassMix: The channel is waiting in a queue.
See Also

Reference