BASS.NET API for the Un4seen BASS Audio Library

BASSASIOReset Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BassAsio attributes to be used when to reset a channel with BASS_ASIO_ChannelReset(Boolean, Int32, BASSASIOReset).

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

public enum BASSASIOReset
Members

  Member nameValueDescription
BASS_ASIO_RESET_ENABLE1 Disable the channel.
BASS_ASIO_RESET_JOIN2 Unjoin the channel.
BASS_ASIO_RESET_PAUSE4 Unpause the channel.
BASS_ASIO_RESET_FORMAT8 Set the channel's sample format to the native format.
BASS_ASIO_RESET_RATE16 Set the channel's sample rate to the device rate.
BASS_ASIO_RESET_VOLUME32 Reset volume to 1.0
BASS_ASIO_RESET_JOINED65536 Flag: apply to joined channels too
See Also

Reference