Click or drag to resize
XDL

XFramePictureFrameQueueSize Method

비관리 프레임 큐의 길이를 구한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public static int FrameQueueSize(
	IntPtr queue
)

Parameters

queue  IntPtr
비관리 프레임 큐의 포인터.

Return Value

Int32
큐에 있는 프레임 개수.
See Also