Click or drag to resize
XDL

XUASLocalSetDecoderHasTagItem Method

메타데이터 태그 항목을 포함하고 있는지 확인한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool HasTagItem(
	int tagID
)

Parameters

tagID  Int32
메타데이터 태그 번호.

Return Value

Boolean
메타데이터 항목 포함 여부.
See Also