Click or drag to resize

IMcPixelBufferGetImageStorage Method

Get information about the optional source of pixel data for a frame or range of frames.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function GetImageStorage ( 
	lFrameIndex As Integer,
	<OutAttribute> ByRef plNumberOfFrames As Integer,
	<OutAttribute> ByRef plStorageFrameIndex As Integer
) As McImageStorage

Parameters

lFrameIndex
Type: SystemInt32
The first frame index in the frame collection about which the source is being requested.
plNumberOfFrames
Type: SystemInt32
The value returned in this ByRef argument is the count of frames starting from lFrameIndex in the frame collection for which the same source is used.
plStorageFrameIndex
Type: SystemInt32
The value returned in this ByRef argument is the frame in the source which corresponds to the lFrameIndex in the frame collection.

Return Value

Type: McImageStorage
The method returns the IMcImageStorage instance associated with the requested frame index. If no source is being used, Nothing will be returned.
See Also