|
XMosaicLocalSetDecoderDecode Method
|
모자이크 메타데이터를 해석한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool Decode(
byte[] data,
out XFrameMosaicParams param
)
Parameters
- data Byte
- [IN] 메타데이터 바이트 배열.
- param XFrameMosaicParams
- [OUT] 동영상 프레임 모자이크 파라미터.
Return Value
Boolean 해석 성공 여부.
See Also