Click or drag to resize
XDL

XVideoEncoderEncodeVideoFrame(Int32, XFramePicture) Method

동영상 프로그램을 지정하여 영상 프레임을 인코딩 파라미터에 따라 인코딩한다. 인코딩 파라미터 XEncodeParam.CopyPts 값에 따라 입력 프레임 PTS를 출력에 활용한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool EncodeVideoFrame(
	int programID,
	XFramePicture frame
)

Parameters

programID  Int32
대상 프로그램 식별자. 0 이하면 기본 프로그램으로 자동 설정한다.
frame  XFramePicture
영상 프레임.

Return Value

Boolean
인코딩 성공 여부.
See Also