IFrameQueueBuffer

The IFrameQueueBuffer is an interface to an image buffer. This interface is used by FrameQueueSink and FrameSnapSink to refer to image buffers.

There are multiple ways to create instances of IFrameQueueBuffer:

Information

    Namespace: TIS.Imaging
    Introduced in version 3.5

Inheritance

    IFrame
            IFrameQueueBuffer
                    UserFrame

Methods

Method Description
Tag

The Tag property allows associating external data with IFrameQueueBuffer instances, e.g. in order to track self-allocated buffers.

<< Classes