libao# 0.8.8
close Method (device)
NamespacesXiph.Audio.Output.LowLevellibaoclose(ao_device)
Closes the audio device and frees the memory allocated by the device structure.
Declaration Syntax
C#Visual BasicVisual C++
public static int close(
	ao_device device
)
Public Shared Function close ( _
	device As ao_device _
) As Integer
public:
static int close(
	ao_device^ device
)
Parameters
device (ao_device)
A ao_device as returned by ao_open_live() or ao_open_file()
Return Value
  • # 1 indicates remaining data written correctly and device closed.
  • 0 indicates an error while the device was being closed. If this device was writing to a file, the file may be corrupted.

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