Click or drag to resize
XDL

XFrameMetadDecode(XUASLocalSetDecoder) Method

주어진 메타데이터 해석기로 디코딩한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public bool Decode(
	XUASLocalSetDecoder decoder
)

Parameters

decoder  XUASLocalSetDecoder
메타데이터 해석기. null이면 기본 해석기를 사용한다.

Return Value

Boolean
디코딩 성공 여부.
See Also