Click or drag to resize
XDL

XUASLocalSetDecoderDecode Method (Byte)

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

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

Parameters

packetData
Type: SystemByte
메타데이터 패킷.

Return Value

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