Click or drag to resize
XDL

XVideoFrameFilterFilterProcess Method

필터 처리를 정의한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public abstract bool FilterProcess(
	IntPtr queueFrameIn,
	IntPtr queueFrameOut,
	int finalQueueSize
)

Parameters

queueFrameIn  IntPtr
입력 프레임 동기화 큐. XFramePicture 클래스의 정적 메소드를 이용하여 프레임을 얻는다.
queueFrameOut  IntPtr
출력 프레임 동기화 큐. XFramePicture 클래스의 정적 메소드를 이용하여 프레임을 넣는다.
finalQueueSize  Int32
프레임 처리기의 최종 동기화 큐에 저장된 프레임 수.

Return Value

Boolean
필터에서 프레임을 처리하였는지 나타낸다.
See Also