BASS.NET API for the Un4seen BASS Audio Library

BASS_RECORDINFOWaveFormat Property

BASS.NET API for the Un4seen BASS Audio Library
The standard wave formats supported by the device (default is WAVE_FORMAT_4S16). A combination of these flags (see BASSRecordFormat):
WAVE_FORMAT_1M0811025hz, Mono, 8-bit
WAVE_FORMAT_1S0811025hz, Stereo, 8-bit
WAVE_FORMAT_1M1611025hz, Mono, 16-bit
WAVE_FORMAT_1S1611025hz, Stereo, 16-bit
WAVE_FORMAT_2M0822050hz, Mono, 8-bit
WAVE_FORMAT_2S0822050hz, Stereo, 8-bit
WAVE_FORMAT_2M1622050hz, Mono, 16-bit
WAVE_FORMAT_2S1622050hz, Stereo, 16-bit
WAVE_FORMAT_4M0844100hz, Mono, 8-bit
WAVE_FORMAT_4S0844100hz, Stereo, 8-bit
WAVE_FORMAT_4M1644100hz, Mono, 16-bit
WAVE_FORMAT_4S1644100hz, Stereo, 16-bit

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

public BASSRecordFormat WaveFormat { get; }

Property Value

Type: BASSRecordFormat
See Also

Reference