FrameQueueBuffer.Create Method

Creates one or more objects implementing the IFrameQueueBuffer interfaces, that can be used with the FrameSnapSink and FrameQueueSink classes.
Syntax:
[C#]
public static IFrameQueueBuffer Create( FrameType^ type ); public static IFrameQueueBuffer[] Create( FrameType^ type, int count );
Parameter Description
type

Specifies the image data type of the frame. The created objects will return this value from IFrame.FrameType. This should be a fully specified FrameType, but by the factory function only the FrameType.BufferSize value is used to allocate the required amount of memory.

count

Specifies the number of IFrameQueueBuffer objects to create. This must be >= 1.

Information:

Introduced in version 3.5

See also: FrameQueueBuffer, IFrame, IFrame.FrameType, IFrameQueueBuffer

<< FrameQueueBuffer