libao# 0.8.8
Play Method (samplesOutput)
NamespacesXiph.Audio.OutputAoDevicePlay(array<Byte>[]()[])
Play a block of audio data to an open device. Samples are interleaved by channels (Time 1, Channel 1; Time 1, Channel 2; Time 2, Channel 1; etc.) in the memory buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Play(
	byte[] samplesOutput
)
Public Sub Play ( _
	samplesOutput As Byte() _
)
public:
void Play(
	array<unsigned char>^ samplesOutput
)
Parameters
samplesOutput (array< Byte >[]()[])
Byte array containing audio data.

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