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 Basic | Visual 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.