Click or drag to resize
XDL

XVideoChannel_Event_TranscodeMetadUpdate Delegate

동영상을 다른 MPEG-TS로 출력할 때 메타데이터를 갱신하기 위해 발생하는 이벤트를 정의한다.

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

Parameters

nPts
Type: SystemInt64
비디오 패킷 PTS.
srcData
Type: SystemByte
입력 메타데이터 KLV 패킷.
outData
Type: SystemByte
[OUT] 출력 메타데이터 KLV 패킷.
See Also