Click or drag to resize
XDL

XVideoChannel_Event_FrameMetad Delegate

메타데이터 패킷을 MetadProcessAheadTime 속성으로 정의한 시간에 맞춰 전달하는 이벤트를 정의한다. 이 이벤트를 통해 메타데이터를 처리하는데, 대리자를 등록하지 않으면 UAS Local Set으로 처리한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public delegate bool XVideoChannel_Event_FrameMetad(
	XVideoChannel channel,
	XFrameMetad data
)

Parameters

channel
Type: Pixoneer.NXDL.NXVideoXVideoChannel
이벤트 발생 동영상 채널.
data
Type: Pixoneer.NXDL.NXVideoXFrameMetad
XFrameMetad 객체.

Return Value

Type: Boolean
메타데이터를 콜백에서 처리를 끝내려면 참(true), 엔진 내부로 전달하려면 거짓(false)을 반환한다.
See Also