ICImagingControl.MemoryRingBufferSize Property

This property determines the size of the ring buffer that is used for the MemorySaveImageSequence and MemorySnapImageSequence methods.
Syntax:
[C#]
public int MemoryRingBufferSize;
Remarks:

Depreciated. Use ICImagingControl.ImageRingBufferSize instead.

Information:

This property is deprecated since version 3.5.
Use the actual sink object.

See also: ICImagingControl, ICImagingControl.ImageRingBufferSize

<< ICImagingControl