mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2025-12-06 03:42:01 +01:00
9 lines
130 B
C#
9 lines
130 B
C#
|
|
namespace PortAudioSharp
|
||
|
|
{
|
||
|
|
internal enum PaDeviceIndex
|
||
|
|
{
|
||
|
|
PaNoDevice = -1,
|
||
|
|
PaUseHostApiSpecificDeviceSpecification = -2
|
||
|
|
}
|
||
|
|
}
|