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