|
XVideo_Event_TranscodeMetadUpdate Delegate
|
동영상을 다른 MPEG-TS로 출력할 때 메타데이터를 갱신하기 위해 발생하는 이벤트를 정의한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic delegate void XVideo_Event_TranscodeMetadUpdate(
XVideoChannel channel,
int streamID,
long nPts,
byte[] srcData,
out byte[] outData
)
Parameters
- channel XVideoChannel
- 이벤트 발생 동영상 채널.
- streamID Int32
- 메타데이터 스트림 식별자.
- nPts Int64
- 비디오 패킷 PTS.
- srcData Byte
- 입력 메타데이터 KLV 패킷.
- outData Byte
- [OUT] 출력 메타데이터 KLV 패킷.
See Also