Click or drag to resize
XDL

XVideo_Event_TranscodeMetadUpdate Delegate

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

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

Parameters

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