XVideoEncoderEncodeVideoFrame Method |
| Name | Description | |
|---|---|---|
| EncodeVideoFrame(XFramePicture) | 영상 프레임을 인코딩 파라미터에 따라 인코딩한다. | |
| EncodeVideoFrame(XFrameCaptureBuffer, Boolean) | XFrameCaptureBuffer 화면과 카메라 정보로부터 비디오와 데이터 프레임을 인코딩한다. | |
| EncodeVideoFrame(XFramePicture, Int64) | 영상 프레임을 지정한 PTS를 이용하여 인코딩한다. | |
| EncodeVideoFrame(XFrameCaptureBuffer, Boolean, Int64) | XFrameCaptureBuffer 화면과 카메라 정보로부터 비디오와 데이터 프레임을 주어진 PTS로 인코딩한다. | |
| EncodeVideoFrame(XFrameCaptureBuffer, Boolean, UInt64, Int64) | XFrameCaptureBuffer 화면과 카메라 정보로부터 비디오와 데이터 프레임을 주어진 생성 시각과 PTS로 인코딩한다. |