libao# 0.8.8
OpenLive Method (driver, bitsPerSample, sampleRate, channels, options, byteFmt)
NamespacesXiph.Audio.OutputAoDeviceOpenLive(AoDriver, Int32, Int32, Int32, AoDriverOptions, ByteFormat)
Open a live playback audio device for output.
Declaration Syntax
C#Visual BasicVisual C++
public static AoDevice OpenLive(
	AoDriver driver,
	int bitsPerSample,
	int sampleRate,
	int channels,
	AoDriverOptions options,
	ByteFormat byteFmt
)
Public Shared Function OpenLive ( _
	driver As AoDriver, _
	bitsPerSample As Integer, _
	sampleRate As Integer, _
	channels As Integer, _
	options As AoDriverOptions, _
	byteFmt As ByteFormat _
) As AoDevice
public:
static AoDevice^ OpenLive(
	AoDriver^ driver, 
	int bitsPerSample, 
	int sampleRate, 
	int channels, 
	AoDriverOptions^ options, 
	ByteFormat byteFmt
)
Parameters
driver (AoDriver)
The AoDriver to use for opening the device.
bitsPerSample (Int32)
Bits per sample.
sampleRate (Int32)
Samples per second (in a single channel).
channels (Int32)
Number of audio channels.
options (AoDriverOptions)
An AoDriverOptions object containing driver-specific options.
byteFmt (ByteFormat)
A ByteFormat value forcing the device to a specific input byte order.
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