|
XVideoEncoderEncodeVideoFrame(Int32, XFrameCaptureBuffer, Boolean) Method
|
동영상 프로그램을 지정하여 XFrameCaptureBuffer 화면과 카메라 정보로부터 비디오와 데이터 프레임을 인코딩한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool EncodeVideoFrame(
int programID,
XFrameCaptureBuffer buffer,
bool bWriteMetad
)
Parameters
- programID Int32
- 대상 프로그램 식별자. 0 이하면 기본 프로그램으로 자동 설정한다.
- buffer XFrameCaptureBuffer
[Missing <param name="buffer"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoEncoder.EncodeVideoFrame(System.Int32,Pixoneer.NXDL.NGR.XFrameCaptureBuffer,System.Boolean)"]
- bWriteMetad Boolean
- 이 값이 참이면 카메라 정보로부터 데이터 프레임을 생성하여 포함시킨다. 데이터 타임스탬프는 현재 시각으로 기록한다.
Return Value
Boolean 인코딩 성공 여부.
See Also