|
XVideoIOOpenImageInVideo(XVideoChannel, String, String) Method
|
영상 파일을 열어서 단일 영상 프레임 비디오 채널에서 재생한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool OpenImageInVideo(
XVideoChannel channel,
string strImageFile,
out string strError
)
Parameters
- channel XVideoChannel
- 비디오 채널.
- strImageFile String
- 입력 영상 파일 경로.
- strError String
- 오류 보고 메시지.
Return Value
Boolean 채널 영상 설정 성공 여부.
See Also