Click or drag to resize
XDL

XUASLocalSetDecoderGetValue Method

메타데이터 태그를 지정하여 해당 항목의 인코딩 데이터를 얻는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public int GetValue(
	int tagID,
	ref byte[] data
)

Parameters

tagID
Type: SystemInt32
메타데이터 태그 번호.
data
Type: SystemByte
[IN/OUT] 태그에 해당하는 인코딩 데이터 저장 버퍼. 충분한 크기로 미리 할당되어 있어야 한다.

Return Value

Type: Int32
태그 항목 획득 여부.
See Also