libao# 0.8.8
file_extension Method (driver_id)
NamespacesXiph.Audio.Output.LowLevellibaofile_extension(Int32)
Returns the normal file extension associated with a particular driver (like "wav" or "au"). This is just an information function to allow library users to guess appropriate file names. You can safely ignore the recommended extension.
Declaration Syntax
C#Visual BasicVisual C++
public static string file_extension(
	int driver_id
)
Public Shared Function file_extension ( _
	driver_id As Integer _
) As String
public:
static String^ file_extension(
	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 String containing suggested file extension.

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