Click or drag to resize
XDL

XVideoChannelGetRenderedMetadFrame(Int64) Method

지정한 PTS 또는 그 이전 영상 프레임을 원본 형식으로 반환한다. 프레임 검색 범위는 내부 버퍼에 의존적이다. 입력한 PTS를 넘지 않는 가장 최근 프레임을 반환하므로 반드시 반환된 PTS를 검사하여 의도에 맞게 써야 한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public XFrameMetad GetRenderedMetadFrame(
	long nMaxPts
)

Parameters

nMaxPts  Int64

[Missing <param name="nMaxPts"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoChannel.GetRenderedMetadFrame(System.Int64)"]

Return Value

XFrameMetad
메타데이터 프레임 객체. 해당 데이터가 없으면 null을 반환한다.
See Also