Click or drag to resize
XDL

XUASLocalSetDecoderGetValue(Int32, Byte) Method

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

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

Parameters

tagID  Int32
메타데이터 태그 번호.
data  Byte
[OUT] 태그에 해당하는 인코딩 데이터 저장 버퍼.

Return Value

Int32
인코딩 데이터 길이.
See Also