libao# 0.8.8
driver_info Method (driver_id)
NamespacesXiph.Audio.Output.LowLevellibaodriver_info(Int32)
Get information about a particular driver.
Declaration Syntax
C#Visual BasicVisual C++
public static ao_info driver_info(
	int driver_id
)
Public Shared Function driver_info ( _
	driver_id As Integer _
) As ao_info
public:
static ao_info^ driver_info(
	int driver_id
)
Parameters
driver_id (Int32)
The ID number of the driver as returned by either driver_id(String) or default_driver_id()()().
Return Value
  • A non-NULL pointer inicates success. It points to a static info structure that should not be modified under any circumstances.
  • NULL indicates failure because driver_id does not correspond to an actual driver.

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