Click or drag to resize
XDL

XVideoChannel_Event_TranscodeMetad Delegate

동영상을 다른 MPEG-TS로 출력할 때 메타데이터를 추가하기 위해 비디오 패킷을 복사하고 발생하는 이벤트를 정의한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public delegate void XVideoChannel_Event_TranscodeMetad(
	long nPts,
	out byte[] data
)

Parameters

nPts
Type: SystemInt64
비디오 패킷 PTS.
data
Type: SystemByte
메타데이터 KLV 패킷.
See Also