Click or drag to resize
XDL

XUASLocalSetDecoderDecode(Byte) Method

KLV(Key-Length-Value) 메타데이터 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool Decode(
	byte[] packetData
)

Parameters

packetData  Byte
메타데이터 패킷.

Return Value

Boolean
디코딩 성공 여부.
Remarks
일반적인 응용에서 데이터 패킷은 비디오 채널이나 비디오 레이어의 콜백 함수로부터 얻을 수 있다.
See Also