libao# 0.8.8
FromID Method (id)
NamespacesXiph.Audio.OutputAoDriverFromID(Int32)
Look up an ID number in the list of installed drivers.
Declaration Syntax
C#Visual BasicVisual C++
public static AoDriver FromID(
	int id
)
Public Shared Function FromID ( _
	id As Integer _
) As AoDriver
public:
static AoDriver^ FromID(
	int id
)
Parameters
id (Int32)
A Int32 containing the driver's low-level ID number.
Return Value
An AoDriver representing the requested driver, or null if the ID is invalid.

Assembly: libao-sharp (Module: libao-sharp) Version: 0.8.8.18341