Click or drag to resize

IMcPixelBufferSyncToForeignPixelBuffer Method

Syncs image memory with a foreign pixel buffer, which may be in another thread.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub SyncToForeignPixelBuffer ( 
	pimcpixelbufferForeign As McPixelBuffer
)

Parameters

pimcpixelbufferForeign
Type: MediaCy.IQL.EngineMcPixelBuffer
Remarks
The foreign pixel buffer must be of the same McImageType and dimensions as this one and we must have zero frames.
See Also