Click or drag to resize
XDL

XFramePicturePushFrameIntoQueue Method

비관리 프레임 큐에 프레임을 추가한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public static bool PushFrameIntoQueue(
	IntPtr queue,
	XFramePicture frame,
	uint timeout
)

Parameters

queue  IntPtr
비관리 프레임 큐의 포인터.
frame  XFramePicture
큐에 추가할 프레임.
timeout  UInt32
동기화 큐에서 프레임을 추가하기 위해 기다리는 시간. (밀리초)

Return Value

Boolean
주어진 시간 안에서 프레임 추가 여부.
See Also