FrameQueueSink.AllocAndQueueBuffers Method

Allocates and queues one or more IFrameQueueBuffers into the queued buffer list.
Syntax:
[C#]
public void AllocAndQueueBuffers( int count );
Parameter Description
count

The count of buffers to allocate.

Remarks:

When the sink cannot allocate enough memory, an System.OutOfMemoryException is thrown.

When the sink is currently not connected, an ICException is thrown.

Information:

Introduced in version 3.5

See also: FrameQueueSink, FrameQueueBuffer.Create, FrameQueueSink.QueueBuffer

<< FrameQueueSink