Click or drag to resize
XDL

XFramePictureFrameQueueSize Method

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

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

Parameters

queue  IntPtr

[Missing <param name="queue"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.FrameQueueSize(System.IntPtr)"]

Return Value

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