BASS.NET API for the Un4seen BASS Audio Library

BASS_RECORDINFO Fields

BASS.NET API for the Un4seen BASS Audio Library

The BASS_RECORDINFO type exposes the following members.

Fields

  NameDescription
Public fieldflags
The device's capabilities BASSRecordInfo. A combination of these flags (see BASSRecordInfo):
DSCCAPS_EMULDRIVERThe device's drivers do NOT have DirectSound recording support, so it is being emulated.
DSCCAPS_CERTIFIEDThe device driver has been certified by Microsoft.
Public fieldformats
The standard 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
The number of channels supported by the device is in the high 8 bits.
Public fieldfreq
The device's current input sample rate. This is only available on Windows Vista and OSX.
Public fieldinputs
The number of input sources available to the device
Public fieldsinglein
= only one input may be active at a time
Top
See Also

Reference