|
XUASLocalSetDecoderDecode(XFrameMetad) Method
|
KLV(Key-Length-Value) 메타데이터 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool Decode(
ref XFrameMetad frame
)
Parameters
- frame XFrameMetad
- 메타데이터 프레임. 디코딩 결과를 메타데이터 프레임 속성값에 반영한다.
Return Value
Boolean 디코딩 성공 여부.
Remarks 일반적인 응용에서 데이터 패킷은 비디오 채널이나 비디오 레이어의 콜백 함수로부터 얻을 수 있다.
See Also