 | XKLVManagerParseKLVData Method |
외부 데이터 KLV Byte Array로부터 Parsing을 수행하여 Key-Value 쌍 구조를 생성하여 Key를 통해 Value를 얻을수 있도록 한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic void ParseKLVData(
byte[] data
)
Parameters
- data
- Type: SystemByte
KLV구조를 갖는 Byte Array.
See Also