|
XVideoEncoderEncodeVideoFrame(XFramePicture) Method
|
영상 프레임을 인코딩 파라미터에 따라 기본 동영상 비디오 스트림에 인코딩한다.
인코딩 파라미터 XEncodeParam.CopyPts 값에 따라 입력 프레임의 PTS를 출력에 활용한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool EncodeVideoFrame(
XFramePicture frame
)
Parameters
- frame XFramePicture
- 영상 프레임.
Return Value
Boolean 인코딩 성공 여부.
See Also