mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-21 06:13:41 +00:00
9 lines
130 B
C#
9 lines
130 B
C#
|
|
namespace PortAudioSharp
|
||
|
|
{
|
||
|
|
internal enum PaDeviceIndex
|
||
|
|
{
|
||
|
|
PaNoDevice = -1,
|
||
|
|
PaUseHostApiSpecificDeviceSpecification = -2
|
||
|
|
}
|
||
|
|
}
|