Click or drag to resize
XDL

XFramePictureFrontFrameInQueue Method

비관리 프레임 큐의 맨 앞에 있는 프레임을 얻는다. 프레임 확인을 위한 것으로 큐에서 프레임을 꺼내지 않는다.

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

Parameters

queue
Type: SystemIntPtr
비관리 프레임 큐의 포인터.
frame
Type: Pixoneer.NXDL.NXVideoXFramePicture
[OUT] 큐의 맨 앞에 있는 프레임.
timeout
Type: SystemUInt32
동기화 큐에서 맨 앞 프레임을 얻기 위해 기다리는 시간. (밀리초)

Return Value

Type: Boolean
주어진 시간 안에서 프레임 획득 여부.
See Also