BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerFormat Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the actual ASIO channel format (default is BASS_ASIO_FORMAT_FLOAT).

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

public BASSASIOFormat Format { get; set; }

Property Value

Type: BASSASIOFormat
Remarks

By default the format will automatically be adjusted according to the OutputChannel being used. However, you might change the format for this ASIO Channel manually.
See Also

Reference