Click or drag to resize
XDL

XVideoEncoderEncodeVideoFrame(XFrameCaptureBuffer, Boolean) Method

XFrameCaptureBuffer 화면과 카메라 정보로부터 비디오와 데이터 프레임을 기본 동영상 프로그램 스트림에 인코딩한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool EncodeVideoFrame(
	XFrameCaptureBuffer buffer,
	bool bWriteMetad
)

Parameters

buffer  XFrameCaptureBuffer
인코딩할 프레임 갈무리 버퍼.
bWriteMetad  Boolean
이 값이 참이면 카메라 정보로부터 데이터 프레임을 생성하여 포함시킨다. 데이터 타임스탬프는 현재 시각으로 기록한다.

Return Value

Boolean
인코딩 성공 여부.
See Also