libao# 0.8.8
OpenLive Method (bitsPerSample, sampleRate, channels)
NamespacesXiph.Audio.OutputAoDriverOpenLive(Int32, Int32, Int32)
Open a live playback audio device for output.
Declaration Syntax
C#Visual BasicVisual C++
public AoDevice OpenLive(
	int bitsPerSample,
	int sampleRate,
	int channels
)
Public Function OpenLive ( _
	bitsPerSample As Integer, _
	sampleRate As Integer, _
	channels As Integer _
) As AoDevice
public:
AoDevice^ OpenLive(
	int bitsPerSample, 
	int sampleRate, 
	int channels
)
Parameters
bitsPerSample (Int32)
Bits per sample.
sampleRate (Int32)
Samples per second (in a single channel).
channels (Int32)
Number of audio channels.
Return Value
An AoDevice representing the open device, null if it cannot be opened.

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