Click or drag to resize
XDL

XVideo_Event_TranscodeMetad Delegate

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

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.30
Syntax
C#
public delegate void XVideo_Event_TranscodeMetad(
	XVideoChannel channel,
	int streamID,
	long nPts,
	out byte[] data
)

Parameters

channel
Type: Pixoneer.NXDL.NXVideoXVideoChannel
이벤트 발생 동영상 채널.
streamID
Type: SystemInt32
메타데이터 스트림 식별자.
nPts
Type: SystemInt64
비디오 패킷 PTS.
data
Type: SystemByte
메타데이터 KLV 패킷.
See Also