Click or drag to resize
XDL

XFrameMetadSetData Method

메타데이터 원본을 교체한다. 이 메서드는 동영상 채널의 메타데이터 콜백(XVideoChannel.OnReceivedFrameMetad 맥락에서만 유효하다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetData(
	byte[] data,
	eMetadataType type
)

Parameters

data  Byte
메타데이터 바이트 배열.
type  eMetadataType
메타데이터 데이터 형식.

Return Value

Boolean
원본 교체 성공 여부.
See Also