Click or drag to resize

IMcPixelBufferSetImageStorage Method

Set an optional source of pixel data for a range of frames.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function SetImageStorage ( 
	pimcimagestorageSourceNew As McImageStorage,
	Optional lFrameIndex As Integer = 0,
	Optional lNumberOfFrames As Integer = -1,
	Optional lStorageFrameIndex As Integer = 0
) As Boolean

Parameters

pimcimagestorageSourceNew
Type: MediaCy.IQL.EngineMcImageStorage
The IMcImageStorage instance to be used as the image source. If this interface
lFrameIndex (Optional)
Type: SystemInt32
The first frame index in the frame collection for which the pimcimagestorageSourceNew is to be the source.
lNumberOfFrames (Optional)
Type: SystemInt32
Count of frames starting from lFrameIndex in the frame collection for which the pimcimagestorageSourceNew is to be the source. If the value is -1, then all frames in the collection is the assumed count.
lStorageFrameIndex (Optional)
Type: SystemInt32
The frame in the pimcimagestorageSourceNew source which corresponds to the lFrameIndex in the frame collection.

Return Value

Type: Boolean
The method returns True if the supplied pimcimagestorageSourceNew will actually be used as a source for the pixel data. It may not be used if it does not expose the necessarily capabilities. If the supplied source will not be used, then a subsequent call to GetImageStorage will return Nothing.
See Also