libao# 0.8.8
FromName Method (shortName)
NamespacesXiph.Audio.OutputAoDriverFromName(String)
Look up a short name in the list of installed drivers.
Declaration Syntax
C#Visual BasicVisual C++
public static AoDriver FromName(
	string shortName
)
Public Shared Function FromName ( _
	shortName As String _
) As AoDriver
public:
static AoDriver^ FromName(
	String^ shortName
)
Parameters
shortName (String)
A String containing a short alphanumeric name associated with the driver. See the list of drivers for valid short names.
Return Value
An AoDriver representing the requested driver, or null if the name is invalid.

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