Click or drag to resize
XDL

XUASLocalSetEncoderSetTagItem Method

메타데이터 태그를 지정하여 해당 항목 데이터를 설정다.

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

Parameters

tagID
Type: SystemInt32
메타데이터 태그 번호.
data
Type: SystemByte
태그에 해당하는 인코딩 데이터.
convertEndian
Type: SystemBoolean
바이트 순서 변경 여부. 표준 인코딩은 빅-엔디안(Big-Endian)이다.

Return Value

Type: Boolean
항목 설정 성공 여부.
See Also