This method is used by the internal ProcessQueue to process all queued data buffers.

C# | Visual Basic | Visual C++ |
protected void ParseQueuedBuffers( byte[][] buffers )
Protected Sub ParseQueuedBuffers ( _ buffers As Byte()() _ )
protected: void ParseQueuedBuffers( array<array<unsigned char>^>^ buffers )

- buffers (array<array<Byte>[]()[][]>[]()[][])
- Queued buffers to process.

This is the item processing delegate to use when overriding the CreateBufferQueue()()()() method.