|
XFramePictureConvertToYUV420P(XFramePicture, XFramePicture) Method
|
프레임 데이터를 YUV420P 형식으로 바꾼다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic static void ConvertToYUV420P(
XFramePicture frame,
out XFramePicture frameYUV
)
Parameters
- frame XFramePicture
- [IN] 원본 프레임.
- frameYUV XFramePicture
- [OUT] YUV420P 형식으로 변환한 출력 프레임.
See Also