BASS.NET API for the Un4seen BASS Audio Library

BassBASS_RecordGetInputNames Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available recording input source names.

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

public static string[] BASS_RecordGetInputNames()

Return Value

Type: String
An array of strings representing the available recording input source names.
Remarks

Uses BASS_RecordGetInputName(Int32) internally.

The index of the returned names equals the input-id, which might be used with BASS_RecordSetInput(Int32, BASSInput, Single).

See Also

Reference